Author: randy Date: 2005-04-26 15:36:50 -0600 (Tue, 26 Apr 2005) New Revision: 3803
Modified: trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/libvorbis.xml Log: Added a download URL to the PassiveTex dependency in the libvorbis instructions Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-26 14:47:46 UTC (rev 3802) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-26 21:36:50 UTC (rev 3803) @@ -22,8 +22,9 @@ <itemizedlist> -<listitem><para>April 26th, 2005 [randy]: Updated to -GStreamer-0.8.9.</para></listitem> +<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9; added +a download URL for the PassiveTeX dependency in the libvorbis +instructions.</para></listitem> <listitem><para>April 24th, 2005 [dj]: Updated to JDK-1.5.0, added gcc-3.4.2+ and jdk-1.5.0 patches to OpenOffice, and added jdk-1.5.0 patch for Modified: trunk/BOOK/multimedia/libdriv/libvorbis.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-04-26 14:47:46 UTC (rev 3802) +++ trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-04-26 21:36:50 UTC (rev 3803) @@ -7,8 +7,8 @@ <!ENTITY libvorbis-download-ftp " "> <!ENTITY libvorbis-md5sum "bb764aeabde613d1a424a29b1f15e7e6"> <!ENTITY libvorbis-size "1.3 MB"> - <!ENTITY libvorbis-buildsize "17.4 MB"> - <!ENTITY libvorbis-time "0.22 SBU"> + <!ENTITY libvorbis-buildsize "17.1 MB"> + <!ENTITY libvorbis-time "0.2 SBU"> ]> <sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;"> @@ -44,10 +44,12 @@ <sect4><title>Required</title> <para><xref linkend="libogg"/></para> </sect4> + <sect4><title>Optional</title> -<para><xref linkend="libxslt"/>, -<xref linkend="pkgconfig"/> and -<application>PassiveTeX</application></para> +<para><xref linkend="pkgconfig"/>, and +<xref linkend="libxslt"/> and +<ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink> +(to build the <acronym>PDF</acronym> documentation)</para> </sect4> </sect3> @@ -60,26 +62,31 @@ commands:</para> <screen><userinput><command>./configure --prefix=/usr && -make && -make install</command></userinput></screen> +make</command></userinput></screen> +<para>Now, as the root user:</para> + +<screen><userinput role='root'><command>make install</command></userinput></screen> + <para><application>libvorbis</application> is known to cause compiler errors on certain machines. If you get errors, try these commands to install libvorbis: </para> <screen><userinput><command>./configure --prefix=/usr && sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile && -make && -make install</command></userinput></screen> +make</command></userinput></screen> +<para>Now, as the root user:</para> + +<screen><userinput role='root'><command>make install</command></userinput></screen> + </sect2> <sect2> <title>Command explanations</title> -<para><option>--enable-docs</option>: This switch enables -building the documentation. (requires <application>PassiveTeX</application>) -</para> +<para><option>--enable-docs</option>: This switch enables building the +documentation.</para> </sect2> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
