Ignore:
Timestamp:
04/26/2005 09:36:50 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5828877
Parents:
11d6d1ac
Message:

Added a download URL to the PassiveTex dependency in the libvorbis instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3803 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvorbis.xml

    r11d6d1ac r002ea7db  
    88  <!ENTITY libvorbis-md5sum        "bb764aeabde613d1a424a29b1f15e7e6">
    99  <!ENTITY libvorbis-size          "1.3 MB">
    10   <!ENTITY libvorbis-buildsize     "17.4 MB">
    11   <!ENTITY libvorbis-time          "0.22 SBU">
     10  <!ENTITY libvorbis-buildsize     "17.1 MB">
     11  <!ENTITY libvorbis-time          "0.2 SBU">
    1212]>
    1313
     
    4545<para><xref linkend="libogg"/></para>
    4646</sect4>
     47
    4748<sect4><title>Optional</title>
    48 <para><xref linkend="libxslt"/>,
    49 <xref linkend="pkgconfig"/> and
    50 <application>PassiveTeX</application></para>
     49<para><xref linkend="pkgconfig"/>, and
     50<xref linkend="libxslt"/> and
     51<ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink>
     52(to build the <acronym>PDF</acronym> documentation)</para>
    5153</sect4>
    5254</sect3>
     
    6163
    6264<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    63 make &amp;&amp;
    64 make install</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>Now, as the root user:</para>
     68
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
    6570
    6671<para><application>libvorbis</application> is known to cause compiler errors
     
    7075<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    7176sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &amp;&amp;
    72 make &amp;&amp;
    73 make install</command></userinput></screen>
     77make</command></userinput></screen>
     78
     79<para>Now, as the root user:</para>
     80
     81<screen><userinput role='root'><command>make install</command></userinput></screen>
    7482
    7583</sect2>
     
    7886<title>Command explanations</title>
    7987
    80 <para><option>--enable-docs</option>: This switch enables
    81 building the documentation. (requires <application>PassiveTeX</application>)
    82 </para>
     88<para><option>--enable-docs</option>: This switch enables building the
     89documentation.</para>
    8390
    8491</sect2>
Note: See TracChangeset for help on using the changeset viewer.