mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
update librep intro and fix python bug
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1065 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
acaf298679
commit
7cdb9a4521
@ -1,19 +1,19 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The librep package contains <userinput>rep</userinput> and
|
||||
<filename>librep</filename> libraries.</para>
|
||||
<para>The <application>librep</application> package contains <command>rep
|
||||
</command> and <filename>librep</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>rep</title>
|
||||
<para>rep is the Lisp interpreter.</para></sect3>
|
||||
<para><command>rep</command> is the Lisp interpreter.</para></sect3>
|
||||
|
||||
<sect3><title>librep libraries</title>
|
||||
<para>librep libraries contain the functions necessary for the Lisp
|
||||
interpreter.</para></sect3>
|
||||
<para><filename>librep</filename> libraries contain the functions necessary
|
||||
for the Lisp interpreter.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--libexec=/usr/lib</userinput> : This command installs
|
||||
<para><command>--libexec=/usr/lib</command> : This command installs
|
||||
files to <filename>/usr/lib/rep</filename> instead of
|
||||
<filename>/user/libexec/rep</filename>.</para>
|
||||
|
||||
|
@ -1,12 +1,13 @@
|
||||
<sect2>
|
||||
<title>Installation of librep</title>
|
||||
<title>Installation of <application>librep</application></title>
|
||||
|
||||
<para>Install librep by running the following commands:</para>
|
||||
<para>Install <application>librep</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info &&
|
||||
make &&
|
||||
make install </userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,20 +1,29 @@
|
||||
<sect2>
|
||||
<title>Introduction to librep</title>
|
||||
<title>Introduction to <application>librep</application></title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&librep-download-http;"/>
|
||||
Download location (FTP): <ulink url="&librep-download-ftp;"/>
|
||||
Version used: &librep-version;
|
||||
Package size: &librep-size;
|
||||
Estimated Disk space required: &librep-buildsize;
|
||||
Estimated build time: &librep-time;</screen>
|
||||
<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>
|
||||
|
||||
<para>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.</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="gmp"/> and <xref linkend="gdbm"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="readline"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
<screen>librep depends on:
|
||||
<xref linkend="gmp"/> and <xref linkend="gdbm"/>
|
||||
librep will utilize:
|
||||
<xref linkend="readline"/></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,9 +4,9 @@
|
||||
<!ENTITY librep-exp SYSTEM "librep-exp.xml">
|
||||
<!ENTITY librep-desc SYSTEM "librep-desc.xml">
|
||||
<!ENTITY librep-config SYSTEM "librep-config.xml">
|
||||
<!ENTITY librep-buildsize "6.8 MB">
|
||||
<!ENTITY librep-buildsize "9.1 MB">
|
||||
<!ENTITY librep-version "0.16.2">
|
||||
<!ENTITY librep-download-http "http://telia.dl.sourceforge.net/sourceforge/librep/librep-0.16.2.tar.gz">
|
||||
<!ENTITY librep-download-ftp "">
|
||||
<!ENTITY librep-size "896 KB">
|
||||
<!ENTITY librep-time "1.46 SBU">
|
||||
<!ENTITY librep-time "0.52 SBU">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install <application>Python</application> by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput><command>./configure --prefix=/usr &&
|
||||
<para><screen><userinput><command>./configure --prefix=/usr --enable-shared &&
|
||||
make &&
|
||||
make install </command></userinput></screen></para>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!ENTITY Python-exp SYSTEM "python-exp.xml">
|
||||
<!ENTITY Python-desc SYSTEM "python-desc.xml">
|
||||
<!ENTITY Python-config SYSTEM "python-config.xml">
|
||||
<!ENTITY Python-buildsize "65.8 MB">
|
||||
<!ENTITY Python-buildsize "69.3 MB">
|
||||
<!ENTITY Python-version "2.3">
|
||||
<!ENTITY Python-download-http "http://www.python.org/ftp/python/2.3/Python-2.3.tgz">
|
||||
<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2.3/Python-2.3.tgz">
|
||||
|
Loading…
Reference in New Issue
Block a user