mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
faf4095fe1
commit
0a9acf4c51
@ -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 &&
|
||||
./configure --prefix=/usr --noninteractive \
|
||||
--with-DIR_MAN=/usr/share/man &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
<screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &&
|
||||
make prefix=/usr install &&
|
||||
cd doc &&
|
||||
for dir in man?; do for file in $dir/*; do \
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
<para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>xmkmf &&
|
||||
<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &&
|
||||
xmkmf &&
|
||||
make Makefiles &&
|
||||
make includes &&
|
||||
make depend &&
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user