mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +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'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Required Patch: <ulink
|
<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>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
@ -92,7 +92,7 @@
|
|||||||
<para>Install <application>SLIB</application> by issuing the following
|
<para>Install <application>SLIB</application> by issuing the following
|
||||||
commands:</para>
|
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>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>If you have <application>TeX</application> installed and wish to
|
<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>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make prefix=/usr/ install &&
|
<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/ catalogs &&
|
||||||
make prefix=/usr/ installinfo</userinput></screen>
|
make prefix=/usr/ installinfo</userinput></screen>
|
||||||
|
|
||||||
@ -118,12 +118,12 @@ make prefix=/usr/ installinfo</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><command>make prefix=/usr/ catalogs</command>: This command builds the
|
<para><command>make prefix=/usr/ catalogs</command>: This command builds
|
||||||
<application>SLIB</application> <application>Scheme</application>
|
the <application>SLIB</application> <application>Scheme</application>
|
||||||
implementation catalog.</para>
|
implementation catalog.</para>
|
||||||
|
|
||||||
<para><command>make prefix=/usr/ installinfo</command>: This commands installs
|
<para><command>make prefix=/usr/ installinfo</command>: This commands
|
||||||
the <command>info</command> documentation.</para>
|
installs the <command>info</command> documentation.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -151,9 +151,10 @@ make prefix=/usr/ installinfo</userinput></screen>
|
|||||||
<term><command>slib</command></term>
|
<term><command>slib</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>is a shell script used to initialize
|
<para>is a shell script used to initialize
|
||||||
<application>SLIB</application> in a named <application>Scheme</application>
|
<application>SLIB</application> in a named
|
||||||
implementation. It can also be used to initialize an
|
<application>Scheme</application> implementation. It can also be
|
||||||
<application>SLIB</application> session using a given executable.</para>
|
used to initialize an <application>SLIB</application> session using
|
||||||
|
a given executable.</para>
|
||||||
<indexterm zone="slib slib-prog">
|
<indexterm zone="slib slib-prog">
|
||||||
<primary sortas="b-slib">slib</primary>
|
<primary sortas="b-slib">slib</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>April 15th, 2006</para>
|
<para>April 15th, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Updated the SLIB patch to a -2 version.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Removed some optional dependencies (Gtk-1 and
|
<para>[randy] - Removed some optional dependencies (Gtk-1 and
|
||||||
guile-gtk) from the G-Wrap instructions.</para>
|
guile-gtk) from the G-Wrap instructions.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user