Installation instructions[ Back to LASH main documentation ] |
These installation instructions apply to Unix systems. The current version of the package has been tested with Solaris 2.8 on Sun Sparc machines as well as with Linux 2.4.x on Intel processors, but is probably compatible with other operating systems and platforms. If you experience installation problems, or if you manage to successfully build the package under another OS, please let me know.
Uncompress and extract the distribution.
gunzip lash-v0.9.tar.gz
tar xvf lash-v0.9.tar
Build the package.
cd lash-v0.9
make clean
make depend
make
The LASH executables can then be found in the subdirectory bin/. The LASH libraries are located in the directory lib/. These can be linked to your own programs by running ld, or your compiler.
Examples:
[ Back to LASH main documentation ] |