Download Latest Version wxWidgets 2.9.4 Win32 (2.3 MB)
Email in envelope

Get an email when there's a new version of Deluge Builds

Home / system / genis / old
Name Modified Size InfoDownloads / Week
Parent folder
genindex_0.1.3.tar.xz 2015-12-11 3.9 kB
genindex_0.1.2.tar.xz 2015-02-01 2.8 kB
genindex_0.1.0.tar.xz 2015-01-29 992 Bytes
genindex_0.1.1.tar.xz 2015-01-28 1.5 kB
Totals: 4 Items   9.2 kB 0

banner

GenIS (Gen Install System) is a set of shell scripts that I created for installing and uninstalling libraries in MinGW/MSYS. It is now being ported over to the Python language and designed to be installed onto systems. Formerly GenIndex.


Project Pages:

Source:

  • Available in the tarball archive

Licenses:

  • MIT/X11

Notes:

  • Instructions (older shell-script builds):
    • Extract scripts.
    • Create sub-folder (prefix) <scripts_dir>/usr/local in scripts directory
    • Make sure the file named "prefix" exists in same directory as scripts
    • "prefix" should contain one line that matches the prefix of where files will be installed. E.g., If you created the sub-folder <scripts_dir>/usr/local, you will be installing to the "/usr/local" folder on the system. The "prefix" file should match this.
    • Place files in Unix-like directory tree under <scripts_dir>/usr/local
    • Open a Unix shell (MSYS/Sh/Bash/MinTTY/Rxvt)
    • Navigate to <scripts_dir>
    • Run "./genindex.sh"
    • Run "./install.sh"
    • To verify files are installed run "./checkinstall.sh"
    • To uninstall run "./uninstall.sh" from <scripts_dir>:
      • sub-directory "/usr/local" does not need to exist for "./checkinstall.sh" and "./uninstall.sh". The only files required are the scripts themselves, "files", and "prefix".
    • The file "prefix" tells the scripts in what sub-folder the installation files are in and to what prefix they will be installed. ${DESTDIR} can be added to install files to ${DESTDIR}/${prefix}.
Source: README-genindex.md, updated 2015-12-11