Changeset 94b1dc3
- Timestamp:
- 10/20/2004 02:08:55 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:
- 54b4a3e
- Parents:
- b8214dc6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/libtiff.xml
rb8214dc6 r94b1dc3 46 46 <itemizedlist spacing="compact"> 47 47 <listitem><para>Required Patch: <ulink 48 url="&patch-root;/ libtiff-&libtiff-version;-libtool_fix-1.patch"/></para>48 url="&patch-root;/tiff-&libtiff-version;-libtool_fix-1.patch"/></para> 49 49 </listitem> 50 50 </itemizedlist> … … 74 74 commands:</para> 75 75 76 <screen><userinput><command>patch -Np1 -i ../ libtiff-&libtiff-version;-libtool_fix-1.patch &&76 <screen><userinput><command>patch -Np1 -i ../tiff-&libtiff-version;-libtool_fix-1.patch && 77 77 ./configure --prefix=/usr --disable-jpeg && 78 78 make && … … 103 103 images with <acronym>JPEG</acronym>-encoded data.</para> --> 104 104 105 <para>< parameter>--disable-jpeg</parameter>: Remove this parameter to enable105 <para><option>--disable-jpeg</option>: Remove this parameter to enable 106 106 support for handling <acronym>TIFF</acronym> images with 107 107 <acronym>JPEG</acronym>-encoded data.</para> -
introduction/welcome/changelog.xml
rb8214dc6 r94b1dc3 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 20th, 2004 [randy]: Renamed libtiff patch as suggested 26 by Nico Roeser; added optional dependencies to TeX.</para></listitem> 24 27 25 28 <listitem><para>October 20th, 2004 [dj]: Updated to bind-9.3.0 and -
pst/typesetting/tex.xml
rb8214dc6 r94b1dc3 11 11 <!ENTITY tex-buildsize "344 MB"> 12 12 <!ENTITY tex-optional-buildsize "415 MB"> 13 <!ENTITY tex-time " 2.97SBU">13 <!ENTITY tex-time "1.82 SBU"> 14 14 ]> 15 15 … … 64 64 65 65 <sect4><title>Optional</title> 66 <para><xref linkend="x-installing"/>, 66 <para><xref linkend="libpng"/>, 67 <xref linkend="x-installing"/>, 67 68 <xref linkend="openssl"/>, 68 <xref linkend="mysql"/> and 69 <xref linkend="perl-modules"/>: Tk-&Perl-Tk-version;</para> 69 <xref linkend="mysql"/>, 70 <xref linkend="perl-modules"/>: Tk-&Perl-Tk-version;, <ulink 71 url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink> 72 and <ulink url="http://www.w3.org/Library/">libwww</ulink></para> 70 73 </sect4> 71 74 </sect3> … … 76 79 <title>Installation of <application>TeX</application></title> 77 80 78 <para><application>TeX</application> is installed from the source 79 directory(usually <filename class="directory">/usr/src</filename>) and untarring81 <para><application>TeX</application> is installed from the source directory 82 (usually <filename class="directory">/usr/src</filename>) and untarring 80 83 instructions are included below instead of the usual assumption that you 81 84 have already untarred the package. The source directory should contain … … 119 122 Untar the <application>TeX</application> fonts and macro libraries.</para> 120 123 121 <para>< parameter>--with-x=no</parameter>: This switch will avoid any122 <application>X Free86</application>dependencies.124 <para><option>--with-x=no</option>: This switch will avoid any 125 <application>X</application> Window dependencies. 123 126 <application>TeX</application> can be compiled with 124 <application>X Free86</application>support, notably for127 <application>X</application> Window support, notably for 125 128 <command>xdvi</command>. If this is desired, remove this 126 129 configure option.</para> 127 130 128 <para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: Th is switch129 will ensure that <application>TeX</application> binaries will be installed in 131 <para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: These 132 switches ensure that <application>TeX</application> binaries are installed in 130 133 <filename class="directory">/usr/bin</filename>.</para> 131 134 132 <para><option>--without-texinfo</option>: A default 133 <acronym>LFS</acronym> installation already has the 134 <application>texinfo</application> package 135 installed; this switch will avoid overwriting it with the included 136 <application>texinfo</application> 135 <para><parameter>--without-texinfo</parameter>: A default 136 <acronym>LFS</acronym> installation already has the 137 <application>texinfo</application> package installed; this switch will avoid 138 overwriting it with the included <application>texinfo</application> 137 139 package.</para> 138 140 139 <para>< option>--with-system-ncurses</option>: This switch specifies using the140 already installed <filename class="libraryfile">libncurses</filename>141 <para><parameter>--with-system-ncurses</parameter>: This switch specifies 142 using the already installed <filename class="libraryfile">libncurses</filename> 141 143 library.</para> 142 144 143 <para><option>--with-system-zlib</option>: 144 <acronym>LFS</acronym> systems starting with version 4.0 have 145 <application>Zlib</application> installed as part of the 146 base operating system; this switch avoids building it here.</para> 145 <para><parameter>--with-system-zlib</parameter>: <acronym>LFS</acronym> systems 146 starting with version 4.0 have <application>Zlib</application> installed as 147 part of the base operating system; this switch avoids building it here.</para> 147 148 148 149 <para><command>texconfig dvips paper letter</command>: This command sets the
Note:
See TracChangeset
for help on using the changeset viewer.