Changeset a8599ff
- Timestamp:
- 11/15/2004 10:06:37 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 59daef29
- Parents:
- bc1bcc2
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
rbc1bcc2 ra8599ff 219 219 <glossdef><para>Graphics Interchange Format</para></glossdef></glossentry> 220 220 221 <glossentry id="gGLUT"><glossterm><acronym>GLUT</acronym></glossterm> 222 <glossdef><para>OpenGL Utility Toolkit</para></glossdef></glossentry> 223 221 224 <glossentry id="gGMP"><glossterm><acronym>GMP</acronym></glossterm> 222 225 <glossdef><para><acronym>GNU</acronym> Multiple Precision Arithmetic</para></glossdef></glossentry> -
general.ent
rbc1bcc2 ra8599ff 254 254 <!ENTITY hicolor-icon-theme-version "0.5"> 255 255 <!ENTITY libxklavier-version "1.03"> 256 <!ENTITY freeglut-version "2.2.0"> 256 257 257 258 <!-- Chapter 27 --> -
general/graphlib/libjpeg.xml
rbc1bcc2 ra8599ff 44 44 <para>Install <application>libjpeg</application> by running the following commands:</para> 45 45 46 <screen><userinput><command>./configure -- enable-static --enable-shared --prefix=/usr&&46 <screen><userinput><command>./configure --prefix=/usr --enable-static --enable-shared && 47 47 make && 48 48 make install</command></userinput></screen> … … 53 53 <title>Command explanations</title> 54 54 55 <para>< command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and56 t o install them with a base of <filename>/usr</filename>.</para>55 <para><parameter>--enable-static --enable-shared</parameter>: These switches 56 tell libjpeg to build both shared and static libraries.</para> 57 57 58 58 </sect2> … … 115 115 116 116 </sect1> 117 -
general/graphlib/libtiff.xml
rbc1bcc2 ra8599ff 39 39 40 40 <sect3><title>Additional downloads</title> 41 <!-- <itemizedlist spacing="compact">42 <listitem><para>LZW compression support: <ulink43 url="ftp://ftp.remotesensing.org/libtiff/libtiff-lzw-compression-kit-1.5.tar.gz"/></para></listitem>44 </itemizedlist></sect3> -->45 46 41 <itemizedlist spacing="compact"> 47 42 <listitem><para>Required Patch: <ulink … … 54 49 <sect4><title>Optional</title> 55 50 <para><xref linkend="libjpeg"/>, 56 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <ulink57 url="http://www.opengl.org/resources/libraries/glut/glut_downloads.html">GLUT</ulink>51 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and 52 <xref linkend="freeglut"/> 58 53 </para> 59 54 </sect4> … … 65 60 <title>Installation of <application>libtiff</application></title> 66 61 67 <!-- <para>If you wish to allow the creation of compressed68 <acronym>TIFF</acronym> images, download the <acronym>LZW</acronym>69 Compression Kit and copy the provided <filename>tif_lzw.c</filename>70 file to the <filename class="directory">libtiff</filename> subdirectory71 of the <application>libtiff</application> source tree.</para> -->72 73 62 <para>Install <application>libtiff</application> by running the following 74 63 commands:</para> 75 64 76 65 <screen><userinput><command>patch -Np1 -i ../tiff-&libtiff-version;-libtool_fix-1.patch && 77 ./configure --prefix=/usr --disable-jpeg&&66 ./configure --prefix=/usr && 78 67 make && 79 68 make install</command></userinput></screen> 80 69 81 70 </sect2> 82 83 <sect2>84 <title>Command explanations</title>85 86 <!-- <para><option>-noninteractive</option>: This switch is used to87 avoid the configuration routine asking for confirmation of the88 installation directories (which is passed to89 <command>configure</command>).</para>90 91 <para><parameter>-with-DIR_MAN=/usr/share/man</parameter>: This is used92 because even though <parameter>-prefix=/usr</parameter> is specified, the93 <command>configure</command> routine tries to install the man pages in94 <filename class="directory">/usr/local/man</filename> instead of the correct95 place.</para>96 97 <para><parameter>-with-ZIP=yes -with-DIR_GZLIB=/usr/lib</parameter>: This98 enables support for the handling of <acronym>TIFF</acronym> images with99 deflate-encoded data.</para>100 101 <para><option>-with-JPEG=yes -with-DIR_JPEGLIB=/usr/lib</option>: Use102 these switches to enable support for the handling of <acronym>TIFF</acronym>103 images with <acronym>JPEG</acronym>-encoded data.</para> -->104 105 <para><option>--disable-jpeg</option>: Remove this parameter to enable106 support for handling <acronym>TIFF</acronym> images with107 <acronym>JPEG</acronym>-encoded data.</para>108 109 </sect2>110 111 <!-- <sect2>112 <title>Configuring <application>libtiff</application></title>113 114 <sect3><title>Configuration Information</title>115 116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>117 118 </sect3>119 120 </sect2> -->121 71 122 72 <sect2> … … 252 202 253 203 </sect1> 254 -
introduction/welcome/changelog.xml
rbc1bcc2 ra8599ff 22 22 23 23 <itemizedlist> 24 25 <listitem><para>November 15th, 2004 [igor]: Added 26 freeglut-2.2.0.</para></listitem> 24 27 25 28 <listitem><para>November 15th, 2004 [randy]: Added NASM and Dmalloc -
introduction/welcome/credits.xml
rbc1bcc2 ra8599ff 169 169 GNOME Netstatus, GNOME Speech, GOK, GPdf, GnomeMeeting, Gnopernicus, 170 170 Imlib2, LZO, MC, NASM, Nautilus CD Burner, OpenQuicktime, 171 Speex, Zenity, compface, gcalctool, gucharmap, id3lib, kde-i18n,171 Speex, Zenity, compface, freeglut, gcalctool, gucharmap, id3lib, kde-i18n, 172 172 kdeaccessibility, kdebindings, kdesdk, kdevelop, kdewebdev, libFAME, 173 173 liba52, libdv, libdvdcss, libdvdread, libmad, libmikmod and libmpeg3: -
x/lib/lib.xml
rbc1bcc2 ra8599ff 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hicolor-icon-theme.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxklavier.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="freeglut.xml"/> 31 32 32 33 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.