Changeset 2b36b6b
- Timestamp:
- 10/25/2002 12:00:54 AM (22 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:
- b297702
- Parents:
- e7c62229
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
re7c62229 r2b36b6b 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002102 2">6 <!ENTITY releasedate "October 2 2nd, 2002">5 <!ENTITY version "20021024"> 6 <!ENTITY releasedate "October 24th, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
re7c62229 r2b36b6b 10 10 11 11 <itemizedlist> 12 13 <listitem><para>October 24th, 2002 [larry]: Xsoft: Changed prefix on 14 Mozilla to /usr now that make install behaves itself.</para></listitem> 15 16 <listitem><para>October 24th, 2002 [larry]: X: Updated to 17 qt-3.0.6.</para></listitem> 18 19 <listitem><para>October 24th, 2002 [billyoc]: Content: Updated to 20 Postgres-7.2.3.</para></listitem> 12 21 13 22 <listitem><para>October 22nd, 2002 [larry]: Expanded Gnome Chapter -
x/lib/qt/qt-exp.xml
re7c62229 r2b36b6b 19 19 to support multi-threading.</para> 20 20 21 <para><userinput>sed 's/[^-]strip/# strip/' src/Makefile.bak > src/Makefile :</userinput> This command comments out the strip commands22 in the <filename>src/Makefile</filename> which try to strip23 directories.</para>24 25 26 21 <para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt :</userinput> This command 27 22 standardizes the location of the qt libraries to the ld.so.conf entry 28 23 described below.</para> 29 24 25 <para><userinput>cp -r doc/man /opt/qt/doc :</userinput> This command 26 installs the man directory which is missed by make install.</para> 27 28 <para><userinput>cp -r examples /opt/qt/doc :</userinput> This command 29 installs the examples directory which is missed by make install.</para> 30 30 31 </sect2> 31 32 -
x/lib/qt/qt-inst.xml
re7c62229 r2b36b6b 7 7 -thread && 8 8 make && 9 cp src/Makefile src/Makefile.bak &&10 sed 's/[^-]strip/# strip/' src/Makefile.bak > src/Makefile &&11 9 make install && 12 10 ln -sf /opt/qt-&qt-version; /opt/qt && 13 cp -r doc/man /opt/qt/doc</userinput></screen></para> 11 cp -r doc/man /opt/qt/doc && 12 cp -r examples /opt/qt/doc</userinput></screen></para> 14 13 15 14 <note><para> 16 The build time for qt is quite long. If you want to save some time and don't want the 17 tutorials and examples, change the first make line above to: 15 The build time for qt is quite long. If you want to save some time and don't want the tutorials and examples, change the first make line above to: 18 16 </para> 19 17 20 18 <para> 21 <userinput>make s ymlinks src-qmake src-moc sub-src sub-tools</userinput>19 <userinput>make sub-tools</userinput> 22 20 </para> 23 21 </note> -
x/lib/qt/qt.ent
re7c62229 r2b36b6b 7 7 <!ENTITY qt-desc SYSTEM "qt-desc.xml"> 8 8 <!ENTITY qt-config SYSTEM "qt-config.xml"> 9 <!ENTITY qt-buildsize "14 9MB">10 <!ENTITY qt-version "3.0. 5">9 <!ENTITY qt-buildsize "144 MB"> 10 <!ENTITY qt-version "3.0.6"> 11 11 <!ENTITY qt-download-http ""> 12 <!ENTITY qt-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.0. 5.tar.bz2">13 <!ENTITY qt-size "1 5.7MB">12 <!ENTITY qt-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.0.6.tar.bz2"> 13 <!ENTITY qt-size "13 MB"> -
xsoft/graphweb/mozilla/mozilla-exp.xml
re7c62229 r2b36b6b 8 8 specify that we are building a distribution. The last export specifies that we 9 9 are ok with the LGPL versioned libart.</para> 10 11 <para><userinput>--prefix=&mozilla-prefix;</userinput>: Previously mozilla did 12 not support the make install option. Hence the package was installed in /opt. 13 The package now supports "make install" and follows the FHS guidelines for 14 installation. Hence the book now recommends installation in a system wide prefix 15 such as /usr.</para> 10 16 11 17 <para><screen><userinput>--with-system-zlib --with-system-jpeg \ … … 49 55 Mozilla installs headers and libraries in version specific directories. This 50 56 link makes symbolic links so that applications that depend on Mozilla (such as 51 OpenOffice, Galeon, etc.) can use a non version specific path for installation. 57 OpenOffice, Galeon, etc.) don't need to know which version of mozilla is 58 installed. 52 59 </para> 53 60 -
xsoft/graphweb/mozilla/mozilla-inst.xml
re7c62229 r2b36b6b 12 12 tar -xjf ../../mozilla-&mozilla-version;-spellchecker.tar.bz2 && 13 13 cd .. && 14 patch -Np1 -i mozilla-&mozilla-version;.patch &&14 patch -Np1 -i ../mozilla-&mozilla-version;.patch && 15 15 ./configure --prefix=&mozilla-prefix; \ 16 16 --enable-default-mozilla-five-home \ … … 36 36 ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/include/mozilla && 37 37 ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/lib/mozilla && 38 ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/mozilla && 39 ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/netscape && 38 ln -sf mozilla &mozilla-prefix;/bin/netscape && 40 39 cd &mozilla-prefix;/lib/mozilla-&mozilla-version; && 41 40 export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && -
xsoft/graphweb/mozilla/mozilla-intro.xml
re7c62229 r2b36b6b 17 17 18 18 <screen>mozilla depends on: 19 <xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref linkend="zip"/>, 20 <xref linkend="GLib"/>, <xref linkend="GTK"/>, 21 <xref linkend="ORBit"/>, <xref linkend="lcms"/>, 22 <xref linkend="libjpeg"/>, <xref linkend="libmng"/>, 23 <xref linkend="libpng"/>. <xref linkend="which"/></screen> 19 <xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="GLib"/>, <xref linkend="GTK"/>, 20 <xref linkend="ORBit"/>, <xref linkend="lcms"/>, <xref linkend="libjpeg"/>, <xref linkend="libmng"/>, <xref linkend="libpng"/>. 21 <xref linkend="which"/></screen> 24 22 25 23 <para>Download the patch for various minor fixes to the build. 26 24 <screen><ulink url="&ffile-root;/mozilla-1.0.1.patch.bz2"/></screen></para> 27 25 28 <para>Download the spellchecker (a Mozdev project). The above patch also enables29 building of the spellcheker.26 <para>Download the spellchecker (a Mozdev project). The above patch includes a 27 fix to add the spellchecker to the build. 30 28 <screen><ulink url="&ffile-root;/mozilla-1.0.1-spellchecker.tar.bz2"/></screen> 31 29 </para> … … 35 33 Individual patches are also available at the same location. The instructions 36 34 that follow install the entire suite. To select specific components, refer 37 t he hint.</para>35 to the hint.</para> 38 36 39 37 </sect2> -
xsoft/graphweb/mozilla/mozilla.ent
re7c62229 r2b36b6b 7 7 <!ENTITY mozilla-buildsize "550 MB"> 8 8 <!ENTITY mozilla-version "1.0.1"> 9 <!ENTITY mozilla-prefix "/ opt/mozilla">9 <!ENTITY mozilla-prefix "/usr"> 10 10 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2"> 11 11 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2"> -
xsoft/suites/openoffice/openoffice-inst.xml
re7c62229 r2b36b6b 20 20 tcsh -c "source LinuxIntelEnv.Set; ./bootstrap" && 21 21 tcsh -c "source LinuxIntelEnv.Set; dmake" && 22 cd instsetoo/unxlngi4.pro/01/normal && 22 23 ./install --prefix=/opt && 23 24 for appl in swriter scalc sdraw simpress smath soffice; do \
Note:
See TracChangeset
for help on using the changeset viewer.