mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Typo/grammar/tag fixes to the OpenSP instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5941 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b41d6f3b84
commit
2441e46c94
@ -83,8 +83,7 @@
|
|||||||
<para>Install <application>OpenSP</application> by running the following
|
<para>Install <application>OpenSP</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>
|
<screen><userinput>sed -i 's:32,:253,:' lib/Syntax.cxx &&
|
||||||
sed -i 's:32,:253,:' lib/Syntax.cxx &&
|
|
||||||
sed -i 's:LITLEN 240 :LITLEN 8092:' \
|
sed -i 's:LITLEN 240 :LITLEN 8092:' \
|
||||||
unicode/{gensyntax.pl,unicode.syn} &&
|
unicode/{gensyntax.pl,unicode.syn} &&
|
||||||
./configure --prefix=/usr --disable-static --disable-doc-build \
|
./configure --prefix=/usr --disable-static --disable-doc-build \
|
||||||
@ -114,7 +113,7 @@ ln -v -sf libosp.so /usr/lib/libsp.so</userinput></screen>
|
|||||||
|
|
||||||
<para><parameter>sed -i 's:32,:253,:...unicode.syn}</parameter>:
|
<para><parameter>sed -i 's:32,:253,:...unicode.syn}</parameter>:
|
||||||
These seds prevent some annoying messages that may otherwise appear
|
These seds prevent some annoying messages that may otherwise appear
|
||||||
while running <application>openjade</application>.</para>
|
while running <command>openjade</command>.</para>
|
||||||
|
|
||||||
<para><parameter>--disable-static</parameter>: This switch prevents
|
<para><parameter>--disable-static</parameter>: This switch prevents
|
||||||
the building of the static library.</para>
|
the building of the static library.</para>
|
||||||
@ -135,7 +134,7 @@ ln -v -sf libosp.so /usr/lib/libsp.so</userinput></screen>
|
|||||||
<para><option>--disable-doc-build</option>: This switch prevents the
|
<para><option>--disable-doc-build</option>: This switch prevents the
|
||||||
<command>configure</command> script checking if you have
|
<command>configure</command> script checking if you have
|
||||||
<application>xmlto</application> installed. If you have
|
<application>xmlto</application> installed. If you have
|
||||||
<application>xmlto</application> you can remove this option.</para>
|
<application>xmlto</application>, you can remove this option.</para>
|
||||||
|
|
||||||
<para><command>make
|
<para><command>make
|
||||||
pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>: This sets the
|
pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>: This sets the
|
||||||
|
Loading…
Reference in New Issue
Block a user