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.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://sourceforge.net/projects/librep/files/librep/0.90.5/librep-0.90.5.tar.bz2
Download MD5 sum: 76e766d4f7034ee293f4405871ab34d3
Download size: 664 KB
Estimated disk space required: 22 MB
Estimated build time: 0.4 SBU
libffi-3.0.10 or GCC-4.5.1 (build Java so that the
libffi
library 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
This package does not come with a test suite.
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 2011-12-12 01:28:51 +0000