Author: ken Date: 2009-01-14 08:16:44 -0700 (Wed, 14 Jan 2009) New Revision: 7727
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/jasper.xml Log: Textual fixes for r7726. Modified: trunk/BOOK/general/graphlib/jasper.xml =================================================================== --- trunk/BOOK/general/graphlib/jasper.xml 2009-01-13 20:30:09 UTC (rev 7726) +++ trunk/BOOK/general/graphlib/jasper.xml 2009-01-14 15:16:44 UTC (rev 7727) @@ -5,7 +5,7 @@ %general-entities; <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip"> - <!ENTITY jasper-download-ftp ""> + <!ENTITY jasper-download-ftp " "> <!ENTITY jasper-md5sum "a342b2b4495b3e1394e161eb5d85d754"> <!ENTITY jasper-size "1.4 MB"> <!ENTITY jasper-buildsize "11.1 MB (without the static library)"> @@ -64,7 +64,7 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Libjasper Dependencies</bridgehead> + <bridgehead renderas="sect3">JasPer Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> <para role="required"><xref linkend="unzip"/></para> @@ -80,10 +80,10 @@ </sect2> <sect2 role="installation"> - <title>Installation of jasper</title> + <title>Installation of JasPer</title> <note> - <para>The package source is distributed in <filename>zip</filename> + <para>The package source is distributed in <filename class="extension">.zip</filename> format and requires <command>unzip</command>, but it has been correctly packaged and will create the jasper-&jasper-version; directory when you unzip it.</para> </note> @@ -98,8 +98,9 @@ <screen role="root"><userinput>make install</userinput></screen> - <para>If you wish to install the pdf files for the Reference Manual and a - tutorial on the JPEG-2000 standard, run the following commands:</para> + <para>If you wish to install the PDF files for the Reference Manual and a + tutorial on the JPEG-2000 standard, run the following commands as the + <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version; && install -v -m644 doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen> @@ -115,16 +116,18 @@ <para><option>--disable-static</option>: This causes the static library to not be built.</para> - <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the configure - script where to find xorg if it is not in + <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the + <command>configure</command> script where to find <application>Xorg</application> + if it is not in <filename class='directory'>/usr/X11</filename>, <filename class='directory'>/usr/X11R6</filename>, or <filename class='directory'>/usr</filename>.</para> </sect2> + <!-- commented because make install has run ldconfig <sect2 role="configuration"> - <title>Configuring jasper</title> + <title>Configuring JasPer</title> <sect3> <title>Configuration Information</title> @@ -134,7 +137,7 @@ </sect3> - </sect2> + </sect2>--> <sect2 role="content"> <title>Contents</title> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-01-13 20:30:09 UTC (rev 7726) +++ trunk/BOOK/general.ent 2009-01-14 15:16:44 UTC (rev 7727) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "13"> <!-- Always 2 digits --> +<!ENTITY day "14"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
