Fix texlive dependency on ghostscript, and the texmf source path

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15371 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2015-01-21 12:44:56 +00:00
parent 556265dd3e
commit c30eed1eeb

View File

@ -106,15 +106,17 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gs"/> (for dvisvgm - used by asymptote which provides a
mathematical coordinate-based framework for technical drawing),
<xref linkend="x-window-system"/>
</para>
<!-- text for recommended libraries, shared with texlive itself -->
<!-- text for recommended libraries -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/texrecommendlibs.xml"/>
<bridgehead renderas="sect4">Optional</bridgehead>
<!-- text for optional deps, shared with texlive itself -->
<!-- text for optional deps -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/texoptional.xml"/>
@ -183,7 +185,7 @@ make texlinks</userinput></screen>
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>mkdir -pv /opt/texlive/&texlive-year; &amp;&amp;
tar -xf ../texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
tar -xf ../../texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
<para>Now proceed to <xref linkend="tex-path"/>.</para>