2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY librep-download-http "http://prdownloads.sourceforge.net/librep/librep-&librep-version;.tar.gz">
|
|
|
|
<!ENTITY librep-download-ftp " ">
|
|
|
|
<!ENTITY librep-size "1.2 MB">
|
|
|
|
<!ENTITY librep-buildsize "11 MB">
|
|
|
|
<!ENTITY librep-time "0.64 SBU">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
2002-08-19 04:00:53 +08:00
|
|
|
<sect1 id="librep" xreflabel="librep-&librep-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-04-14 11:02:41 +08:00
|
|
|
<?dbhtml filename="librep.html" ?>
|
2002-08-19 04:00:53 +08:00
|
|
|
<title>librep-&librep-version;</title>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>librep</application></title>
|
|
|
|
|
|
|
|
<para>The <application>librep</application> package contains a Lisp system.
|
|
|
|
This is useful for scripting or for applications that may use the Lisp
|
|
|
|
interpreter as an extension language.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&librep-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&librep-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &librep-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required:
|
|
|
|
&librep-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&librep-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
|
|
|
|
<sect3><title><application>librep</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
|
|
<para><xref linkend="gdbm"/></para></sect4>
|
|
|
|
<sect4><title>Optional</title>
|
2004-07-14 20:49:57 +08:00
|
|
|
<para><xref linkend="gmp"/></para></sect4>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>librep</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>librep</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libexecdir=/usr/lib</parameter>: This command installs
|
|
|
|
files to <filename class="directory">/usr/lib/rep</filename> instead of
|
|
|
|
<filename class="directory">/usr/libexec/rep</filename>.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>librep</application> package contains
|
|
|
|
<command>rep</command>,
|
|
|
|
<command>rep-config</command>,
|
|
|
|
<command>rep-remote</command>,
|
|
|
|
<command>rep-xgettext</command>,
|
|
|
|
<command>repdoc</command> and
|
|
|
|
<filename class="libraryfile">librep</filename> libraries.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>rep</title>
|
|
|
|
<para><command>rep</command> is the Lisp interpreter.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>librep libraries</title>
|
|
|
|
<para><filename class="libraryfile">librep</filename> libraries contain
|
|
|
|
the functions necessary for the Lisp interpreter.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-08-19 04:00:53 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|