Changeset 0eb8ee4
- Timestamp:
- 12/02/2002 04:58:29 PM (21 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2dad92a
- Parents:
- ac931bb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
rac931bb r0eb8ee4 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002120 1">6 <!ENTITY releasedate "December 1st, 2002">5 <!ENTITY version "20021202"> 6 <!ENTITY releasedate "December 2nd, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rac931bb r0eb8ee4 10 10 11 11 <itemizedlist> 12 13 <listitem><para>December 2nd, 2002 [larry]: X: Added a link in the QT 14 installation so that configure scripts looking for libqt find the 15 libqt-mt that we install.</para></listitem> 12 16 13 17 <listitem><para>December 1st, 2002 [larry]: Gnome: Fixed script on gdm. -
x/lib/qt/qt-exp.xml
rac931bb r0eb8ee4 27 27 described below.</para> 28 28 29 <para><userinput>ln -s /opt/qt/lib/libqt-mt.so 30 /opt/qt/lib/libqt.so</userinput> : This command allows configure scripts 31 to find a working QT installation.</para> 32 29 33 <para><userinput>cp -r doc/man /opt/qt/doc</userinput> : This command 30 34 installs the man directory which is missed by make install.</para> -
x/lib/qt/qt-inst.xml
rac931bb r0eb8ee4 9 9 if test -L /opt/qt; then rm /opt/qt; fi && 10 10 ln -s /opt/qt-&qt-version; /opt/qt && 11 ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so && 11 12 cp -r doc/man /opt/qt/doc && 12 13 cp -r examples /opt/qt/doc</userinput></screen></para>
Note:
See TracChangeset
for help on using the changeset viewer.