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.4 MB
Estimated build time: 0.47 SBU
GMP-4.1.4 and GCC-3.4.3 (build Java so that libffi is built)
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-08-01 13:29:19 -0600