Added nas and tiff patches

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1326 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-10-05 17:24:34 +00:00
parent faf4095fe1
commit 0a9acf4c51
7 changed files with 16 additions and 4 deletions

View File

@ -3,7 +3,8 @@
<para>Install <application>libtiff</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --noninteractive \
<screen><userinput><command>patch -Np1 -i ../tiff-3.6.0-tiffio.patch &amp;&amp;
./configure --prefix=/usr --noninteractive \
--with-DIR_MAN=/usr/share/man &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>

View File

@ -15,5 +15,9 @@ tiff files.</para>
<listitem><para>Estimated build time: &libtiff-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&patch-root;/tiff-3.6.0-tiffio.patch"/></para></listitem>
</itemizedlist></sect3>
</sect2>

View File

@ -9,7 +9,7 @@ tools that might be used to gain root access so use with caution.</para></note>
<para>Install <application>SVGAlib</application> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-vga.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &amp;&amp;
make prefix=/usr install &amp;&amp;
cd doc &amp;&amp;
for dir in man?; do for file in $dir/*; do \

View File

@ -16,7 +16,7 @@ that require graphics capabilities.</para>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&patch-root;/svga-1.4.3-gcc33-1.patch"/></para></listitem>
<listitem><para>Download (HTTP): <ulink url="&patch-root;/svgalib-1.4.3-gcc33-1.patch"/></para></listitem>
</itemizedlist></sect3>
</sect2>

View File

@ -11,6 +11,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 5th, 2003 [tushar]: Added tiff and nas patches.</para></listitem>
<listitem><para>October 5th, 2003 [bdubbs]: Updated kde-multimedia
instructions. Removed kdoc and kde-other section.</para></listitem>

View File

@ -3,7 +3,8 @@
<para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
<screen><userinput><command>xmkmf &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &amp;&amp;
xmkmf &amp;&amp;
make Makefiles &amp;&amp;
make includes &amp;&amp;
make depend &amp;&amp;

View File

@ -14,4 +14,8 @@ transport system. It can be described as the audio equivalent of an
<listitem><para>Estimated build time: &nas-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison-fix.patch"/></para></listitem>
</itemizedlist></sect3>
</sect2>