Changeset df106b1
- Timestamp:
- 04/22/2003 03:42:52 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f32ecb0e
- Parents:
- ca2217b
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/wvstreams/wvstreams-inst.xml
rca2217b rdf106b1 2 2 <title>Installation of wvstreams</title> 3 3 4 <para>Download the wvstreams patch from <ulink url="&hfile-root;"/>.</para> 4 <para>Download the wvstreams patches from <ulink url="&hfile-root;"/>. 5 The wvcrypto patch is only necessary for 6 <application>openssl-0.9.7</application> or greater.</para> 5 7 6 8 <para>Install wvstreams by running the following commands:</para> 7 9 8 <para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-syntax.patch && 10 <para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch && 11 patch -Np1 -i ../wvstreams-3.70-wvresolver.patch && 9 12 make PREFIX=/usr LDFLAGS="-lcrypt" && 10 13 make PREFIX=/usr install</userinput></screen></para> -
gnome/add/docs/gnome2-user-docs-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The gnome2-user-docs package contains <userinput>OMF files</userinput>.</para> 4 <para>The gnome2-user-docs package contains <filename 5 class="extension">OMF</filename> files.</para> 5 6 6 7 </sect2> -
gnome/add/monitor/gnome-system-monitor-inst.xml
rca2217b rdf106b1 9 9 make install</userinput></screen></para> 10 10 11 <note><para>make install will need path access to $GNOME_PREFIX/bin. If your 11 <note><para>make install will need path access to <filename 12 class="directory">$GNOME_PREFIX/bin</filename>. If your 12 13 preinstallation changes were made only to the user account, you will 13 need to adjust your path prior to running 'make install'.</para></note> 14 need to adjust your path prior to running <userinput>make 15 install</userinput>.</para></note> 14 16 15 17 </sect2> -
gnome/lib/gnome-vfs/gnome-vfs-intro.xml
rca2217b rdf106b1 9 9 Estimated build time: &gnome-vfs-time;</screen> 10 10 11 <para>The gnome-vfs package contains vir utal file system libraries. This is used11 <para>The gnome-vfs package contains virtual file system libraries. This is used 12 12 as one of the foundations of the Nautilus file manager.</para> 13 13 -
gnome/lib/gnomelib/libgnome-intro.xml
rca2217b rdf106b1 12 12 13 13 <screen>libgnome depends on: 14 <xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen> 14 <xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, 15 <xref linkend="bonobo-activation"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen> 15 16 16 17 </sect2> -
gnome/lib/gnomelib/libgnomeui-inst.xml
rca2217b rdf106b1 4 4 <para>Install libgnomeui by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin --disable-gtk-doc && 6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 --disable-gtk-doc && 7 8 make && 8 9 make install</userinput></screen></para> -
gnome/lib/gtk-doc/gtk-doc-intro.xml
rca2217b rdf106b1 21 21 22 22 <screen>gtk-doc depends on: 23 <xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>, <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></screen> 23 <xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>, 24 <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></screen> 24 25 25 26 </sect2> -
gnome/lib/gtk-engines/gtk-engines-desc.xml
rca2217b rdf106b1 10 10 11 11 <sect3><title>engines libraries</title> 12 <para>engine libraries is a theme manager.</para></sect3>12 <para>engines libraries are manager systems for specific themes.</para></sect3> 13 13 14 14 <sect3><title>theme files</title> -
gnome/lib/intltool/intltool-intro.xml
rca2217b rdf106b1 11 11 is useful for extracting translatable strings from source files, 12 12 collects the extracted strings with messages from traditional source 13 files (<filename><source directory>/<package>/po</filename>) 14 and merging the translations into .xml, .desktop and .oaf files.</para> 13 files (<filename class="directory"><source directory>/<package>/po</filename>) 14 and merging the translations into <filename 15 class="extension">.xml</filename>, <filename 16 class="extension">.desktop</filename> and <filename 17 class="extension">.oaf</filename> files.</para> 15 18 16 19 -
gnome/lib/oaf/oaf-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The oaf package contains <filename> oaf</filename> libraries.</para>4 <para>The oaf package contains <filename>liboaf</filename> libraries.</para> 5 5 6 6 </sect2> -
gnome/lib/scrollkeeper/scrollkeeper-desc.xml
rca2217b rdf106b1 3 3 4 4 <para>The scrollkeeper package contains 5 <filename> scrollkeeper</filename> libraries and utility scripts.</para>5 <filename>libscrollkeeper</filename> libraries and utility scripts.</para> 6 6 7 7 </sect2> -
gnome/lib/vte/vte-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The vte package contains <filename> vte</filename> libraries,4 <para>The vte package contains <filename>libvte</filename> libraries, 5 5 <userinput>vte</userinput> and <userinput>gnome-pty-helper</userinput></para> 6 6 -
gnome/otherlibs/libglade14/libglade14-intro.xml
rca2217b rdf106b1 15 15 libglade will utilize: 16 16 <xref linkend="gnome-libs"/> and <xref linkend="Python"/> if compiled 17 utilizing expat.</screen>17 utilizing <xref linkend="expat"/>.</screen> 18 18 19 19 -
index.xml
rca2217b rdf106b1 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version " 20030421">6 <!ENTITY releasedate "April 2 1st, 2003">5 <!ENTITY version "0.99.2"> 6 <!ENTITY releasedate "April 22nd, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
kde/core/arts.xml
rca2217b rdf106b1 15 15 16 16 <para>It will use the following recommended packages, if installed: 17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/> .</screen></para>17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/></screen></para> 18 18 19 <para>Before starting the build, ensure you have the QTDIR environment variable set 19 <para>Before starting the build, ensure you have the 20 <envar>QTDIR</envar> environment variable set 20 21 <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para> 21 22 -
kde/core/config.xml
rca2217b rdf106b1 6 6 <screen><userinput>ln -sf &kde-dir; /opt/kde</userinput></screen></para> 7 7 8 <para>Then create an .xinitrcfile to start KDE:8 <para>Then create an <filename>.xinitrc</filename> file to start KDE: 9 9 <screen><userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen> 10 10 and ensure all libraries can be found with: -
kde/inst/kde-addons.xml
rca2217b rdf106b1 10 10 11 11 <para>kdeaddons depends on: 12 <screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/> .</screen></para>12 <screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/></screen></para> 13 13 14 14 <para>Install kdeaddons with: -
kde/inst/kde-admin.xml
rca2217b rdf106b1 10 10 11 11 <para>kdeadmin depends on: 12 <screen><xref linkend="kde-base"/> .13 The kpackage program can use < filename>rpm</filename>.14 kuser can use < filename>shadow</filename> and <xref linkend="Linux_PAM"/>.</screen></para>12 <screen><xref linkend="kde-base"/> 13 The kpackage program can use <application>rpm</application> 14 kuser can use <application>shadow</application> and <xref linkend="Linux_PAM"/></screen></para> 15 15 16 16 <para>Install kdeadmin with: -
kde/inst/kde-artwork.xml
rca2217b rdf106b1 10 10 11 11 <para>kdeartwork depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdeartwork with: -
kde/inst/kde-base.xml
rca2217b rdf106b1 10 10 recommended: 11 11 <screen><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>, 12 shadow (in the LFS book), and <xref linkend="cups"/> .</screen></para>12 shadow (in the LFS book), and <xref linkend="cups"/></screen></para> 13 13 14 14 <para>Other programs and libraries that can be used by kdebase are: -
kde/inst/kde-edu.xml
rca2217b rdf106b1 10 10 11 11 <para>kdeedu depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdeedu with: -
kde/inst/kde-games.xml
rca2217b rdf106b1 10 10 11 11 <para>kdegames depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdegames with: -
kde/inst/kde-graphics.xml
rca2217b rdf106b1 10 10 11 11 <para>kdegraphics depends on: 12 <screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script) .13 The kuickshow program requires <xref linkend="imlib"/> .14 The kooka program requires <xref linkend="sane"/> .</screen></para>12 <screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script) 13 The kuickshow program requires <xref linkend="imlib"/> 14 The kooka program requires <xref linkend="sane"/></screen></para> 15 15 16 16 <para>Install kdegraphics with: -
kde/inst/kde-libs.xml
rca2217b rdf106b1 20 20 <para>kdelibs can use many libraries and programs. The following are recommended: 21 21 <screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>, 22 <xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/> .</screen></para>22 <xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/></screen></para> 23 23 24 24 <para>Other optional programs and libraries that can be used by kdelibs are: 25 <screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/> .</screen></para>25 <screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/></screen></para> 26 26 27 27 <para>Install kdelibs with: -
kde/inst/kde-multimedia.xml
rca2217b rdf106b1 10 10 11 11 <para>kdemultimedia depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdemultimedia with: -
kde/inst/kde-network.xml
rca2217b rdf106b1 10 10 11 11 <para>kdenetwork depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdenetwork with: -
kde/inst/kde-pim.xml
rca2217b rdf106b1 10 10 11 11 <para>kdepim depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>The kpilot application depends on <filename>pilot-link</filename> -
kde/inst/kde-utils.xml
rca2217b rdf106b1 10 10 11 11 <para>kdeutils depends on: 12 <screen><xref linkend="kde-base"/> .</screen></para>12 <screen><xref linkend="kde-base"/></screen></para> 13 13 14 14 <para>Install kdeutils with: -
multimedia/audioutils/cdparanoia/cdparanoia-desc.xml
rca2217b rdf106b1 3 3 4 4 <para>The CDParanoia package contains <userinput>cdparanoia</userinput> 5 and the <filename>libcdda</filename> librar y.</para>5 and the <filename>libcdda</filename> libraries.</para> 6 6 7 7 </sect2> -
multimedia/audioutils/mpg123/mpg123-intro.xml
rca2217b rdf106b1 12 12 13 13 <screen>mpg123 depends on: 14 <xref linkend="alsa "/> with oss-compatibility.</screen>14 <xref linkend="alsa-oss"/></screen> 15 15 16 16 </sect2> -
multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
rca2217b rdf106b1 11 11 programs (including alsa-utils) which wish to use the alsa sound interface.</para> 12 12 13 <screen>alsa-lib depends on the header files from <xref linkend="alsa-driver"/></screen> 13 <screen>alsa-lib depends on: 14 the header files from <xref linkend="alsa-driver"/></screen> 14 15 15 16 </sect2> -
multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
rca2217b rdf106b1 10 10 <para>The alsa-tools package contains advanced tools for certain soundcards.</para> 11 11 12 <screen>alsa-tools depends on <xref linkend="alsa-lib"/>.</screen> 12 <screen>alsa-tools depends on: 13 <xref linkend="alsa-lib"/></screen> 13 14 14 15 </sect2> -
multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
rca2217b rdf106b1 11 11 controlling your sound card.</para> 12 12 13 <screen>alsa-utils depends on <xref linkend="alsa-lib"/>.</screen> 13 <screen>alsa-utils depends on: 14 <xref linkend="alsa-lib"/></screen> 14 15 15 16 </sect2> -
multimedia/libdriv/audiofile/audiofile-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The audiofile package contains <filename> audiofile</filename> libraries,4 <para>The audiofile package contains <filename>libaudiofile</filename> libraries, 5 5 <userinput>audiofile-config</userinput>, <userinput>sfinfo 6 6 </userinput>and <userinput>sfconvert</userinput>.</para> -
multimedia/libdriv/esound/esound-desc.xml
rca2217b rdf106b1 6 6 <userinput>esdloop</userinput>, <userinput>esdmon</userinput>, 7 7 <userinput>esdrec</userinput>, <userinput>esdsample</userinput> and 8 <filename> esd</filename> libraries.</para>8 <filename>libesd</filename> libraries.</para> 9 9 10 10 </sect2> -
multimedia/libdriv/libao/libao-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The libao package contains <filename> ao</filename> libraries.</para>4 <para>The libao package contains <filename>libao</filename> libraries.</para> 5 5 6 6 </sect2> -
multimedia/libdriv/nas/nas-desc.xml
rca2217b rdf106b1 2 2 <title>Contents</title> 3 3 4 <para>The nas package contains < filename>nas</filename> utils, headers and libraries.</para>4 <para>The nas package contains <application>nas</application> utils, headers and libraries.</para> 5 5 6 6 </sect2> -
multimedia/videoutils/ffmpeg/ffmpeg-desc.xml
rca2217b rdf106b1 3 3 4 4 <para>The ffmpeg package contains <userinput>ffmpeg</userinput>, 5 <userinput>ffserver</userinput>, <userinput>libavcodec</userinput> and 6 <userinput>libavformat</userinput>.</para> 5 <userinput>ffserver</userinput>, <filename>libavcodec</filename> 6 libraries and 7 <filename>libavformat</filename> libraries.</para> 7 8 8 9 </sect2> -
multimedia/videoutils/transcode/transcode-inst.xml
rca2217b rdf106b1 36 36 make install</userinput></screen></para> 37 37 38 <!-- 38 39 <para>Replace <userinput><version></userinput> with whichever 39 40 MPlayer Version number is appropriate.</para> 40 41 --> 41 42 </sect3> 42 43 -
pst/printing/lprng/lprng-config.xml
rca2217b rdf106b1 66 66 67 67 <para>Create the symbolic links to the lprng init script in the relevant 68 rc.ddirectories with the following commands:68 <filename>rc.d</filename> directories with the following commands: 69 69 <screen><userinput>cd /etc/rc.d/init.d && 70 70 ln -sf ../init.d/lpd ../rc0.d/K00lprng && -
pst/scanning/xsane/xsane-intro.xml
rca2217b rdf106b1 13 13 14 14 <screen>xsane depends on: 15 <xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref linkend="libpng"/>, <xref linkend="GTK"/> and <xref linkend="gimp"/></screen> 15 <xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref linkend="libpng"/>, 16 <xref linkend="GTK"/> and <xref linkend="gimp"/></screen> 16 17 17 18 </sect2> -
xsoft/graphweb/galeon/galeon-desc.xml
rca2217b rdf106b1 10 10 11 11 <sect3><title>galeon</title> 12 <para>galeon sets LD_LIBRARY_PATH and MOZILLA_FIVE_HOME before executing 12 <para>galeon sets <envar>LD_LIBRARY_PATH</envar> and 13 <envar>MOZILLA_FIVE_HOME</envar> before executing 13 14 <filename>galeon-bin</filename>.</para></sect3> 14 15 -
xsoft/office/abiword/abiword-intro.xml
rca2217b rdf106b1 14 14 <xref linkend="GLib"/> and <xref linkend="GTK"/> 15 15 AbiWord will utilize: 16 <xref linkend="expat"/>, <xref linkend="libpng"/>, <xref linkend="popt"/>, <xref linkend="gnome-libs"/>, <xref linkend="gnome-vfs1"/>, <xref linkend="gdk"/>, 16 <xref linkend="expat"/>, <xref linkend="libpng"/>, <xref linkend="popt"/>, 17 <xref linkend="gnome-libs"/>, <xref linkend="gnome-vfs1"/>, <xref linkend="gdk"/>, 17 18 <xref linkend="gal"/>, <xref linkend="bonobo14"/>, <xref 18 19 linkend="gnome-print"/> and ispell</screen> -
xsoft/office/gimp/gimp-intro.xml
rca2217b rdf106b1 19 19 <xref linkend="GTK"/> 20 20 gimp will utilize: 21 <xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref 22 linkend="libjpeg"/>, <xref linkend="aalib"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/>23 and<xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen>21 <xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref linkend="libjpeg"/>, 22 <xref linkend="aalib"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/> and 23 <xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen> 24 24 25 25 </sect2> -
xsoft/office/gnumeric/gnumeric-intro.xml
rca2217b rdf106b1 13 13 14 14 <screen>gnumeric depends on: 15 <xref linkend="libxml"/>, <xref linkend="gnome-libs"/>, libole2-0.2.4, <xref linkend="gnome-print"/> and <xref linkend="gal"/> 15 <xref linkend="libxml"/>, <xref linkend="gnome-libs"/>, libole2-0.2.4, 16 <xref linkend="gnome-print"/> and <xref linkend="gal"/> 16 17 gnumeric will utilize: 17 <xref linkend="Python"/>, guile >= 1.5, <xref linkend="bonobo14"/>, gb >=0.0.17, gda > 0.2.92, <xref linkend="guppi"/> and <xref linkend="evolution"/></screen> 18 <xref linkend="Python"/>, guile >= 1.5, <xref linkend="bonobo14"/>, gb >=0.0.17, 19 gda > 0.2.92, <xref linkend="guppi"/> and <xref linkend="evolution"/></screen> 18 20 19 21 </sect2> -
xsoft/suites/koffice.xml
rca2217b rdf106b1 12 12 13 13 <screen>KOffice depends on: 14 <xref linkend="kde-base"/> .</screen>14 <xref linkend="kde-base"/></screen> 15 15 16 16 <para>KOffice also has many internationalization packages in the form of: -
xsoft/suites/openoffice/openoffice-inst.xml
rca2217b rdf106b1 2 2 <title>Installation of openoffice</title> 3 3 4 <para>Note that openoffice has problems with <userinput>bison-1.875</userinput>. Downgrade to 5 <userinput>bison-1.75</userinput> or install bison-1.75 with an alternate 6 prefix (e.g. <filename>/opt/bison-1.75</filename>) and put $bison_prefix/bin as the first 7 entry in the PATH.</para> 4 <para>Note that openoffice has problems with 5 <application>bison-1.875</application>. Downgrade to 6 <application>bison-1.75</application> or install 7 <application>bison-1.75</application> with an alternate 8 prefix (e.g. <filename>/opt/bison-1.75</filename>) and put <filename 9 class="directory">$bison_prefix/bin</filename> as the first 10 entry in the <envar>PATH</envar>.</para> 8 11 9 12 <para>Apply the downloaded patches and copy gpc files.</para> … … 17 20 <para>If you want to optimize the build, edit 18 21 <filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization 19 flags to CFLAGSOPTvariable. Some users have reported problems with22 flags to <envar>CFLAGSOPT</envar> variable. Some users have reported problems with 20 23 -fomit-frame-pointer. The best option is to not use any custom optimizations. 21 24 The following command removes an incorrect -mcpu option in the above file.</para> -
xsoft/suites/openoffice/openoffice-intro.xml
rca2217b rdf106b1 23 23 24 24 <para>Download the General Polygon Clipper Library from <ulink 25 url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/> 26 </para> 25 url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/>.</para> 27 26 28 27 <para>Also download the various patches from <userinput><ulink url="&hfile-root;"/></userinput>. … … 42 41 hint also discusses installation of auxiliary software. 43 42 </para> 44 43 <!-- 45 44 <note><para>There is a problem with the current version of OO on LFS. 46 45 The build and installation appears to be successful but no files are installed. 47 46 The cause is being investigated.</para></note> 48 47 --> 49 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.