Changeset 61d5269


Ignore:
Timestamp:
03/06/2008 06:24:53 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6ae4193
Parents:
a8e9d06
Message:

Minor typo fixes in the Qt4 instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7203 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    ra8e9d06 r61d5269  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy: randy $</othername>
    20     <date>$Date: 2007-08-11 20:04:53 -0500 (Sat, 11 Aug 2007) $</date>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
    2121  </sect1info>
    2222
     
    3131
    3232    <para>The <application>Qt4</application> package contains several
    33     <application>C++</application> libraries with both Gui and non-Gui
     33    <application>C++</application> libraries with both GUI and non-GUI
    3434    components.  One of the major users of <application>Qt4</application> is
    3535    <application>KDE4</application>.</para>
     
    8282
    8383    <para condition="html" role="usernotes">User Notes:
    84     <ulink url="&blfs-wiki;/qt"/></para>
     84    <ulink url="&blfs-wiki;/qt4"/></para>
    8585
    8686  </sect2>
    8787
    8888  <sect2 role="installation">
    89     <title>Installation of Qt</title>
     89    <title>Installation of Qt4</title>
    9090
    9191    <para>There are several ways to install a complicated package such as
    92     <application>Qt</application>. The files are not completely position
     92    <application>Qt4</application>. The files are not completely position
    9393    independent. Installation procedures execute the program
    9494    <command>pkg-config</command> to determine the location of package
    9595    executables, libraries, headers, and other files. For
    96     <application>Qt</application>, <command>pkg-config</command> will look
    97     for the appropriate files <filename>lib/pkgconfig/Qt*.pc</filename> which must be
    98     modified if relocating the package. These files are set up correctly by
    99     the build process.</para>
     96    <application>Qt4</application>, <command>pkg-config</command> will look
     97    for the appropriate <filename>lib/pkgconfig/Qt*.pc</filename> files which
     98    must be modified if relocating the package. These files are set up correctly
     99    by the build process.</para>
    100100
    101101    <para>The default installation places the files in
     
    113113
    114114    <note>
    115       <para>If <application>Qt</application> is being reinstalled and the /usr
     115      <para>If <application>Qt4</application> is being reinstalled and the
     116      <filename class='directory'>/usr</filename>
    116117      directory is used as the prefix, run the following commands from a
    117       console or non-Qt based window manager.  It overwrites
    118       <application>Qt</application> libraries that should not be in use during
     118      console or non-Qt4 based window manager.  It overwrites
     119      <application>Qt4</application> libraries that should not be in use during
    119120      the install process.</para>
    120121    </note>
     
    122123    <note>
    123124      <para>The build time and space required for the full
    124       <application>Qt</application> is quite long.  The instructions below do
    125       not build the tutorials and examples.  Removing the -nomake lines will
    126       create a complete build.</para>
     125      <application>Qt4</application> is quite long.  The instructions below do
     126      not build the tutorials and examples.  Removing the
     127      <parameter>-nomake</parameter> lines will create a complete build.</para>
    127128    </note>
    128129
    129     <para>The method recommended by the <application>Qt</application>
     130    <para>The method recommended by the <application>Qt4</application>
    130131    developers does not use the /usr directory prefix. It has the advantage of
    131132    keeping all the package files consolidated in a dedicated directory
     
    134135    by changing one symbolic link.</para>
    135136
    136     <para>The <application>Qt</application> developers use a default location
    137     of <filename class='directory'>/usr/local/qt/</filename>, however this
    138     procedure puts the files in <filename
     137    <para>The <application>Qt4</application> developers use a default location
     138    of <filename class='directory'>/usr/local/qt/</filename>, however the
     139    procedure below puts the files in <filename
    139140    class='directory'>/opt/qt-&qt4-version;/</filename>
    140141    and then creates a symbolic link to <filename>/opt/qt/</filename>.</para>
    141142
    142     <para>Build with:</para>
     143    <para>Install <application>Qt4</application> by running the
     144    following commands:</para>
    143145
    144146<screen><userinput>./configure -prefix /opt/qt-&qt4-version;  \
     
    156158<screen role="root"><userinput>make install</userinput></screen>
    157159
    158     <para>If you installed <application>Qt</application> in the /opt directory,
    159     again as the <systemitem class="username">root</systemitem> user:</para>
     160    <para>If you installed <application>Qt4</application> in the /opt directory,
     161    again as the <systemitem class="username">root</systemitem> user issue:</para>
    160162
    161163<screen role="root"><userinput>ln -v -sfn qt-&qt4-version; /opt/qt</userinput></screen>
     
    168170    <para><parameter>-release, -no-separate-debug-info</parameter>: These
    169171    switches minimizes the time and space used to build
    170     <application>Qt</application> by not adding debug information to the
     172    <application>Qt4</application> by not adding debug information to the
    171173    libraries.</para>
    172174
    173175    <para><parameter>-nomake examples, -nomake demos</parameter>:
    174176    These switches disable building programs that are only of interest
    175     to a <application>Qt</application> developer.</para>
     177    to a <application>Qt4</application> developer.</para>
    176178
    177179    <para>There are several optional directories that can be specified in the
     
    184186    <para><parameter>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>
    185187    or <parameter>-qt-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>:
    186     These switches build SQL support into the <application>Qt</application>
     188    These switches build SQL support into the <application>Qt4</application>
    187189    libraries.</para>
    188190
     
    197199
    198200  <sect2 role="configuration">
    199     <title>Configuring Qt</title>
     201    <title>Configuring Qt4</title>
    200202
    201203    <sect3 id='qt4-config'>
    202204      <title>Configuration Information</title>
    203205
    204       <para>If you installed <application>Qt</application> in a location other
     206      <para>If you installed <application>Qt4</application> in a location other
    205207      than /usr, you also need to update the following configuration files so
    206       that <application>Qt</application> is correctly found by other packages
     208      that <application>Qt4</application> is correctly found by other packages
    207209      and system processes.</para>
    208210
     
    240242<screen><literal>PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/qt/lib/pkgconfig</literal></screen>
    241243
    242       <para>If you want the <application>Qt</application> executables in your
     244      <para>If you want the <application>Qt4</application> executables in your
    243245      shell search path, update the <envar>PATH</envar> environment variable
    244246      in your <filename>~/.bash_profile</filename> or
     
    269271        libQtDesigner.so, libQtDesignerComponents.so, libQtGui.so,
    270272        libQtNetwork.so, libQtOpenGL.so, libQtScript.so, libQtSql.so,
    271         libQtSvg.so, libQtTest.so, andlibQtXml.so</seg>
     273        libQtSvg.so, libQtTest.so, and libQtXml.so</seg>
    272274       
    273275        <seg>/opt/qt-&qt4-version;</seg>
     
    307309        <listitem>
    308310          <para>provides support for translating applications into
    309           local languages. </para>
     311          local languages.</para>
    310312          <indexterm zone="qt4 qt4-linguist">
    311313            <primary sortas="b-linguist">linguist</primary>
     
    373375        <term><command>qt3to4</command></term>
    374376        <listitem>
    375           <para>qt3to4 is a tool to help update qt3 code to qt4.</para>
     377          <para>qt3to4 is a tool to help update Qt3 code to Qt4.</para>
    376378          <indexterm zone="qt4 qt4-qt3to4">
    377379            <primary sortas="b-qt3to4">qt3to4</primary>
     
    424426        <term><command>uic3</command></term>
    425427        <listitem>
    426           <para>is a tool to generate Qt 4 code out of 
    427           user interface files genereated byt the Qt3
    428           version of designer.</para>
     428          <para>is a tool to generate Qt4 code out of 
     429          user interface files generated by the Qt3
     430          version of <command>designer</command>.</para>
    429431          <indexterm zone="qt4 qt4-uic3">
    430432            <primary sortas="b-uic3">uic3</primary>
Note: See TracChangeset for help on using the changeset viewer.