Added a note to the libdvdcss instructions about an issue that may occur with the LaTeX installation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6930 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-07-19 20:56:20 +00:00
parent c1b066a802
commit c27538d192
2 changed files with 26 additions and 6 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>July 19th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a note to the libdvdcss instructions about an
issue that may occur with the LaTeX installation.</para>
</listitem>
<listitem>
<para>[randy] - Updated to LAME-3.97.</para>
</listitem>

View File

@ -8,7 +8,7 @@
<!ENTITY libdvdcss-download-ftp "&gentoo-ftp-repo;/libdvdcss-&libdvdcss-version;.tar.bz2">
<!ENTITY libdvdcss-md5sum "553383d898826c285afb2ee453b07868">
<!ENTITY libdvdcss-size "283 KB">
<!ENTITY libdvdcss-buildsize "5.5 MB">
<!ENTITY libdvdcss-buildsize "5 MB">
<!ENTITY libdvdcss-time "less than 0.1 SBU">
]>
@ -69,6 +69,20 @@
<sect2 role="installation">
<title>Installation of libdvdcss</title>
<note>
<para>In certain circumstances the 'inputenc' package in the
<application>LaTeX</application> installation may not work properly
duing the build, causing it to hang up. If this happens, issue
<userinput>quit</userinput> at the <application>LaTeX</application>
prompt and then issue the following command at the shell prompt:</para>
<screen><userinput>echo "INPUT_ENCODING = ISO-8859-1" >>doc/doxygen.cfg</userinput></screen>
<para>Now either resume the build, or start over. Disregard this note
if you do not have a <application>LaTeX</application> package or
<application>Doxygen</application> installed.</para>
</note>
<para>Install <application>libdvdcss</application> by running the
following commands:</para>
@ -76,9 +90,10 @@
make</userinput></screen>
<para>If you have <application>Doxygen</application> and
<application>teTeX</application> installed, HTML and Postscript documentation
was created during the build. If you also want to install a PDF version of
the reference manual, issue the following command:</para>
<application>teTeX</application> installed, HTML and Postscript
documentation was created during the build. If you also want to
install a PDF version of the reference manual, issue the following
command:</para>
<screen><userinput>make -C doc/latex pdf</userinput></screen>
@ -93,10 +108,11 @@ make</userinput></screen>
the following commands as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
<screen role="root"><userinput>
install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
install -v -m644 doc/latex/*.{pdf,ps,dvi} \
/usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
/usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
</sect2>