librep-0.16.1

Introduction to librep

Download location (HTTP):       http://telia.dl.sourceforge.net/sourceforge/librep/librep-0.16.1.tar.gz
Download location (FTP):        
Version used:                   0.16.1
Package size:                   896 KB
Estimated Disk space required:  6.7 MB

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.

librep depends on:
gmp-4.1 and gdbm-1.8.2
librep will utilize:
readline-4.3

Installation of librep

Install librep by running the following commands:

./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
--infodir=/usr/share/info &&
make &&
make install


Command explanations

--libexec=/usr/lib : This command installs files to /usr/lib/rep instead of /user/libexec/rep.

Contents

The librep package contains rep and librep libraries.

Description

rep

rep is the Lisp interpreter.

librep libraries

librep libraries contains the functions necessary for the Lisp interpreter.