Changeset 6f74ff1
- Timestamp:
- 08/03/2003 10:29:45 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ab8a3cb
- Parents:
- 8671b97
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8671b97 r6f74ff1 15 15 16 16 <listitem><para>August 3rd, 2003 [larry]: modified intro to 17 startup-notification, slrn, popt and slang.</para></listitem>17 qt, startup-notification, slrn, popt and slang.</para></listitem> 18 18 19 19 <listitem><para>August 3rd, 2003 [larry]: basicnet: updated to -
x/lib/qt/qt-config.xml
r8671b97 r6f74ff1 1 1 <sect2> 2 <title>Configuring qt</title>2 <title>Configuring <application>qt</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> … … 9 9 shared libraries. The following command will add it if it is missing:</para> 10 10 11 <para><screen><userinput> cat >> /etc/ld.so.conf << "EOF"</userinput>11 <para><screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command> 12 12 # Begin qt addition to /etc/ld.so.conf 13 13 … … 15 15 16 16 # End qt addition 17 < userinput>EOF18 ldconfig</ userinput></screen></para>17 <command>EOF 18 ldconfig</command></userinput></screen></para> 19 19 20 20 <para>You need to add the path for the qt man pages to the … … 22 22 file. This can be done with the following command:</para> 23 23 24 <para><screen><userinput> cat >> /etc/man.conf << "EOF"</userinput>24 <para><screen><userinput><command>cat >> /etc/man.conf << "EOF"</command> 25 25 # Begin qt addition to man.conf 26 26 … … 28 28 29 29 # End qt addition to man.conf 30 < userinput>EOF</userinput></screen></para>30 <command>EOF</command></userinput></screen></para> 31 31 32 32 </sect3> -
x/lib/qt/qt-desc.xml
r8671b97 r6f74ff1 2 2 <title>Contents</title> 3 3 4 <para>The qtpackage contains the <filename>libqt-mt</filename>4 <para>The <application>qt</application> package contains the <filename>libqt-mt</filename> 5 5 libraries and <filename>libqui</filename> libraries.</para> 6 6 … … 10 10 11 11 <sect3><title>qt library</title> 12 <para>The QT/X11 library contains API's necessary to use KDE programs.</para></sect3> 12 <para>The QT/X11 library contains <acronym>API</acronym>'s necessary to 13 use <acronym>KDE</acronym> programs.</para></sect3> 13 14 14 15 -
x/lib/qt/qt-exp.xml
r8671b97 r6f74ff1 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>-prefix /opt/qt-&qt-version;</userinput> : This command sets up4 <para><command>-prefix /opt/qt-&qt-version;</command> : This command sets up 5 5 the install destination.</para> 6 6 7 <para>< userinput>-qt-gif</userinput> : This command adds support for gif7 <para><command>-qt-gif</command> : This command adds support for gif 8 8 files to the libraries.</para> 9 9 10 <para>< userinput>-system-libpng -system-libmng -system-zlib11 -system-libjpeg</ userinput> : This command forces the library to use the10 <para><command>-system-libpng -system-libmng -system-zlib 11 -system-libjpeg</command> : This command forces the library to use the 12 12 shared libraries that are on your system instead of recreating its own 13 13 set of support libraries for these functions.</para> 14 14 15 <para>< userinput>-no-g++-exceptions</userinput> : This command disables15 <para><command>-no-g++-exceptions</command> : This command disables 16 16 the exceptions coding generated by the C++ compiler.</para> 17 17 18 <para>< userinput>-thread</userinput> : This command compiles the library18 <para><command>-thread</command> : This command compiles the library 19 19 to support multi-threading.</para> 20 20 21 <para>< userinput>ln -sfn /opt/qt-&qt-version; /opt/qt</userinput> : This command21 <para><command>ln -sfn /opt/qt-&qt-version; /opt/qt</command> : This command 22 22 standardizes the location of the qt libraries to the ld.so.conf entry 23 23 described below.</para> 24 24 25 <para>< userinput>ln -s /opt/qt/lib/libqt-mt.so26 /opt/qt/lib/libqt.so</ userinput> : This command allows configure scripts25 <para><command>ln -s /opt/qt/lib/libqt-mt.so 26 /opt/qt/lib/libqt.so</command> : This command allows configure scripts 27 27 to find a working QT installation.</para> 28 28 29 <para>< userinput>cp -r doc/man /opt/qt/doc</userinput> : This command29 <para><command>cp -r doc/man /opt/qt/doc</command> : This command 30 30 installs the man directory which is missed by make install.</para> 31 31 32 <para>< userinput>cp -r examples /opt/qt/doc</userinput> : This command32 <para><command>cp -r examples /opt/qt/doc</command> : This command 33 33 installs the examples directory which is missed by make install.</para> 34 34 -
x/lib/qt/qt-inst.xml
r8671b97 r6f74ff1 1 1 <sect2> 2 <title>Installation of qt</title>2 <title>Installation of <application>qt</application></title> 3 3 4 <para><screen><userinput> ./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \4 <para><screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \ 5 5 -system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \ 6 6 -thread && … … 10 10 ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so && 11 11 cp -r doc/man /opt/qt/doc && 12 cp -r examples /opt/qt/doc</ userinput></screen></para>12 cp -r examples /opt/qt/doc</command></userinput></screen></para> 13 13 14 14 <note><para> 15 The build time for qtis quite long. If you want to save some time and don't want the tutorials and examples, change the first make line above to:15 The build time for <application>qt</application> 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: 16 16 </para> 17 17 18 18 <para> 19 <userinput> make sub-tools</userinput>19 <userinput><command>make sub-tools</command></userinput> 20 20 </para> 21 21 </note> -
x/lib/qt/qt-intro.xml
r8671b97 r6f74ff1 1 1 <sect2> 2 <title>Introduction to qt</title>2 <title>Introduction to <application>qt</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&qt-download-http;"/> 5 Download location (FTP): <ulink url="&qt-download-ftp;"/> 6 Version used: &qt-version; 7 Package size: &qt-size; 8 Estimated Disk space required: &qt-buildsize; 9 Estimated build time: &qt-time;</screen> 4 <para>The <application>qt</application> package contains a C++ 5 <acronym>GUI</acronym> library. This is useful for 6 creating graphical applications or executing graphical applications that 7 are dynamically linked to the <application>qt</application> library.</para> 10 8 11 <para>The qt package contains a C++ GUI library. This is useful for 12 creating graphical applications or executing graphical applications that 13 are dynamically linked to the qt library.</para> 9 <sect3><title>Package information</title> 10 <itemizedlist spacing='compact'> 11 <listitem><para>Download (HTTP): <ulink url="&qt-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink url="&qt-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &qt-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: &qt-buildsize;</para></listitem> 15 <listitem><para>Estimated build time: &qt-time;</para></listitem></itemizedlist> 16 </sect3> 14 17 15 <screen>qt depends on: 16 <xref linkend="xfree86"/>, <xref linkend="libpng"/>, <xref 17 linkend="libmng"/> and <xref linkend="libjpeg"/></screen> 18 <sect3><title><application>qt</application> dependencies</title> 19 <sect4><title>Required</title> 20 <para><xref linkend="xfree86"/>, <xref linkend="libpng"/>, <xref 21 linkend="libmng"/> and <xref linkend="libjpeg"/></para></sect4> 22 </sect3> 18 23 19 24 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.