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.9 platform.
Download (HTTP): http://download.tuxfamily.org/librep/librep_0.92.5.tar.xz
Download MD5 sum: 9623c20eac6d1556eea224070051119a
Download size: 624 KB
Estimated disk space required: 10.6 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/librep
Install librep by running the following commands:
sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&\& 0/g' src/repint.h && ./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -i...: This command fixes a build error with GCC 5.
Last updated on 2016-03-02 18:22:08 -0800