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://downloads.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.2.2 and
GCC-4.1.2
(build Java so that libffi
is built)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/librep
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 2007-04-04 14:42:53 -0500