mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Updated the SLIB patch to a -2 version
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5865 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cc2fa2fa6c
commit
87f108a954
@ -69,7 +69,7 @@
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required Patch: <ulink
|
||||
url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
|
||||
url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
<para>Install <application>SLIB</application> by issuing the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &&
|
||||
<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <application>TeX</application> installed and wish to
|
||||
@ -109,7 +109,7 @@ make txtdocs</userinput></screen>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make prefix=/usr/ install &&
|
||||
ln -s ../slib /usr/share/guile/1.8 &&
|
||||
ln -v -s ../slib /usr/share/guile/1.8 &&
|
||||
make prefix=/usr/ catalogs &&
|
||||
make prefix=/usr/ installinfo</userinput></screen>
|
||||
|
||||
@ -118,12 +118,12 @@ make prefix=/usr/ installinfo</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>make prefix=/usr/ catalogs</command>: This command builds the
|
||||
<application>SLIB</application> <application>Scheme</application>
|
||||
<para><command>make prefix=/usr/ catalogs</command>: This command builds
|
||||
the <application>SLIB</application> <application>Scheme</application>
|
||||
implementation catalog.</para>
|
||||
|
||||
<para><command>make prefix=/usr/ installinfo</command>: This commands installs
|
||||
the <command>info</command> documentation.</para>
|
||||
<para><command>make prefix=/usr/ installinfo</command>: This commands
|
||||
installs the <command>info</command> documentation.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -151,9 +151,10 @@ make prefix=/usr/ installinfo</userinput></screen>
|
||||
<term><command>slib</command></term>
|
||||
<listitem>
|
||||
<para>is a shell script used to initialize
|
||||
<application>SLIB</application> in a named <application>Scheme</application>
|
||||
implementation. It can also be used to initialize an
|
||||
<application>SLIB</application> session using a given executable.</para>
|
||||
<application>SLIB</application> in a named
|
||||
<application>Scheme</application> implementation. It can also be
|
||||
used to initialize an <application>SLIB</application> session using
|
||||
a given executable.</para>
|
||||
<indexterm zone="slib slib-prog">
|
||||
<primary sortas="b-slib">slib</primary>
|
||||
</indexterm>
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 15th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated the SLIB patch to a -2 version.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Removed some optional dependencies (Gtk-1 and
|
||||
guile-gtk) from the G-Wrap instructions.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user