Guralp-Builder
The guralp-builder
script is used for installing Guralp Systems' Linux software packages from source. These packages are intended for advanced Linux users.
The script will download, compile and install each package that you tell it to. It will also resolve dependencies, so you need only type the name of the desired package and any requirements will be automatically installed.
Download
Guralp-Builder for Linux (1.6K .bz2)
Manual
Installation and usage instructions have been compiled into the Linux-tools User guide, which can be downloaded here:
Quickstart
Once you have unpacked the builder tarball, cd into the directory it created and run the update script:
./update.sh
This will download the latest list of packages. You can do this whenever you want to update your list of packages.
You will need to create a configuration file (currently, this only holds the directory into which everything will be installed). cd into the data directory and look at config.example; you'll need to create your own version called config.
In order to install a package, run the install script with its name. You can install more than one package at once, for example:
./install.sh slserver scream_in
If you want to reinstall a package, delete its unpacked directory tree from the var
directory, and run the install command again. In fact, it is safe to delete the var
and ar
directories at any point (but not data).