The librep package contains a Lisp system. This is useful for scripting or for applications that may use the Lisp interpreter as an extension language.
Download (HTTP): http://prdownloads.sourceforge.net/librep/librep-0.17.tar.gz
Download MD5 sum: ad4ad851ff9f82a5d61024cd96bc2998
Download size: 1.2 MB
Estimated disk space required: 13.2 MB
Estimated build time: 0.49 SBU
Install librep by running the following commands:
./configure --prefix=/usr --libexecdir=/usr/lib &&
make
Now, as the root user:
make install
--libexecdir=/usr/lib: This parameter installs files to /usr/lib/rep instead of /usr/libexec/rep.
Last updated on 2005-02-08 19:52:39 -0700