mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Revert ghandes to guile
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12785 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
13103ed307
commit
0ee2aa3802
@ -98,24 +98,15 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/guile-&guile-version; &&
|
||||
make &&
|
||||
make html &&
|
||||
|
||||
makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &&
|
||||
makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you have <xref linkend="texlive"/> installed and wish to build alternate
|
||||
formats (PDF and postscript) of the documentation, issue the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>for DIRNAME in r5rs ref; do
|
||||
make -k -C doc/${DIRNAME} pdf ps
|
||||
done &&
|
||||
unset DIRNAME</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
@ -124,37 +115,20 @@ unset DIRNAME</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
<screen role="root"><userinput>make install &&
|
||||
make install-html &&
|
||||
|
||||
find examples -name "Makefile*" -delete &&
|
||||
install -v -dm755 /usr/share/doc/guile-&guile-version; &&
|
||||
cp -vR examples /usr/share/doc/guile-&guile-version; &&
|
||||
mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} &&
|
||||
mv /usr/share/doc/guile-&guile-version;/r5rs{.html,} &&
|
||||
|
||||
find examples -name "Makefile*" -delete &&
|
||||
cp -vR examples /usr/share/doc/guile-&guile-version; &&
|
||||
|
||||
for DIRNAME in r5rs ref; do
|
||||
install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&
|
||||
|
||||
install -v -m644 doc/${DIRNAME}/*.txt \
|
||||
/usr/share/doc/guile-&guile-version;/${DIRNAME} &&
|
||||
|
||||
if [ -d doc/${DIRNAME}/${DIRNAME}.html ]; then
|
||||
cp -Rv doc/${DIRNAME}/${DIRNAME}.html \
|
||||
/usr/share/doc/guile-&guile-version;/${DIRNAME}
|
||||
fi
|
||||
done
|
||||
|
||||
cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you built the alternate formats of the documentation, install them
|
||||
using the following commands issued by the
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>for DIRNAME in r5rs ref
|
||||
do
|
||||
install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
|
||||
/usr/share/doc/guile-&guile-version;/${DIRNAME}
|
||||
done</userinput></screen>
|
||||
done &&
|
||||
unset DIRNAME</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -183,8 +183,9 @@
|
||||
--enable-libx264 \
|
||||
--enable-x11grab &&
|
||||
make &&
|
||||
gcc tools/qt-faststart.c -o tools/qt-faststart &&
|
||||
unset LIBRARY_PATH</userinput></screen>
|
||||
gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
|
||||
<!--
|
||||
unset LIBRARY_PATH</userinput></screen>-->
|
||||
|
||||
<para>
|
||||
HTML documentation was built in the previous step if
|
||||
|
@ -50,7 +50,7 @@
|
||||
subpicture blending, and rendering.
|
||||
</para>
|
||||
|
||||
&lfs74_built;
|
||||
&lfs75_built;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user