Author: randy
Date: 2008-03-06 11:24:53 -0700 (Thu, 06 Mar 2008)
New Revision: 7203

Modified:
   trunk/BOOK/x/lib/qt4.xml
Log:
Minor typo fixes in the Qt4 instructions

Modified: trunk/BOOK/x/lib/qt4.xml
===================================================================
--- trunk/BOOK/x/lib/qt4.xml    2008-03-06 01:35:48 UTC (rev 7202)
+++ trunk/BOOK/x/lib/qt4.xml    2008-03-06 18:24:53 UTC (rev 7203)
@@ -16,8 +16,8 @@
   <?dbhtml filename="qt4.html" ?>
 
   <sect1info>
-    <othername>$LastChangedBy: randy $</othername>
-    <date>$Date: 2007-08-11 20:04:53 -0500 (Sat, 11 Aug 2007) $</date>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
   </sect1info>
 
   <title>Qt-&qt4-version;</title>
@@ -30,7 +30,7 @@
     <title>Introduction to Qt4</title>
 
     <para>The <application>Qt4</application> package contains several
-    <application>C++</application> libraries with both Gui and non-Gui
+    <application>C++</application> libraries with both GUI and non-GUI
     components.  One of the major users of <application>Qt4</application> is
     <application>KDE4</application>.</para>
 
@@ -81,22 +81,22 @@
     </para>
 
     <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/qt"/></para>
+    <ulink url="&blfs-wiki;/qt4"/></para>
 
   </sect2>
 
   <sect2 role="installation">
-    <title>Installation of Qt</title>
+    <title>Installation of Qt4</title>
 
     <para>There are several ways to install a complicated package such as
-    <application>Qt</application>. The files are not completely position
+    <application>Qt4</application>. The files are not completely position
     independent. Installation procedures execute the program
     <command>pkg-config</command> to determine the location of package
     executables, libraries, headers, and other files. For
-    <application>Qt</application>, <command>pkg-config</command> will look
-    for the appropriate files <filename>lib/pkgconfig/Qt*.pc</filename> which 
must be
-    modified if relocating the package. These files are set up correctly by
-    the build process.</para>
+    <application>Qt4</application>, <command>pkg-config</command> will look
+    for the appropriate <filename>lib/pkgconfig/Qt*.pc</filename> files which
+    must be modified if relocating the package. These files are set up 
correctly
+    by the build process.</para>
 
     <para>The default installation places the files in
     <filename class='directory'>/usr/local/qt/</filename>. Many commercial
@@ -112,34 +112,36 @@
     This is the method that most commercial distributions use.</para>
 
     <note>
-      <para>If <application>Qt</application> is being reinstalled and the /usr
+      <para>If <application>Qt4</application> is being reinstalled and the
+      <filename class='directory'>/usr</filename>
       directory is used as the prefix, run the following commands from a
-      console or non-Qt based window manager.  It overwrites
-      <application>Qt</application> libraries that should not be in use during
+      console or non-Qt4 based window manager.  It overwrites
+      <application>Qt4</application> libraries that should not be in use during
       the install process.</para>
     </note>
 
     <note>
       <para>The build time and space required for the full
-      <application>Qt</application> is quite long.  The instructions below do
-      not build the tutorials and examples.  Removing the -nomake lines will
-      create a complete build.</para>
+      <application>Qt4</application> is quite long.  The instructions below do
+      not build the tutorials and examples.  Removing the 
+      <parameter>-nomake</parameter> lines will create a complete build.</para>
     </note>
 
-    <para>The method recommended by the <application>Qt</application>
+    <para>The method recommended by the <application>Qt4</application>
     developers does not use the /usr directory prefix. It has the advantage of
     keeping all the package files consolidated in a dedicated directory
     hierarchy. By using this method, an update can be made without overwriting
     a previous installation and users can easily revert to a previous version
     by changing one symbolic link.</para>
 
-    <para>The <application>Qt</application> developers use a default location
-    of <filename class='directory'>/usr/local/qt/</filename>, however this
-    procedure puts the files in <filename
+    <para>The <application>Qt4</application> developers use a default location
+    of <filename class='directory'>/usr/local/qt/</filename>, however the
+    procedure below puts the files in <filename
     class='directory'>/opt/qt-&qt4-version;/</filename>
     and then creates a symbolic link to <filename>/opt/qt/</filename>.</para>
 
-    <para>Build with:</para>
+    <para>Install <application>Qt4</application> by running the
+    following commands:</para>
 
 <screen><userinput>./configure -prefix /opt/qt-&qt4-version;  \
             -release                 \
@@ -155,8 +157,8 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
-    <para>If you installed <application>Qt</application> in the /opt directory,
-    again as the <systemitem class="username">root</systemitem> user:</para>
+    <para>If you installed <application>Qt4</application> in the /opt 
directory,
+    again as the <systemitem class="username">root</systemitem> user 
issue:</para>
 
 <screen role="root"><userinput>ln -v -sfn qt-&qt4-version; 
/opt/qt</userinput></screen>
 
@@ -167,12 +169,12 @@
 
     <para><parameter>-release, -no-separate-debug-info</parameter>: These
     switches minimizes the time and space used to build
-    <application>Qt</application> by not adding debug information to the
+    <application>Qt4</application> by not adding debug information to the
     libraries.</para>
 
     <para><parameter>-nomake examples, -nomake demos</parameter>: 
     These switches disable building programs that are only of interest
-    to a <application>Qt</application> developer.</para>
+    to a <application>Qt4</application> developer.</para>
 
     <para>There are several optional directories that can be specified in the
     <command>./configure</command> line.  These include
@@ -183,7 +185,7 @@
 
     
<para><parameter>-plugin-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>
 
     or 
<parameter>-qt-sql-<replaceable>&lt;driver&gt;</replaceable></parameter>:
-    These switches build SQL support into the <application>Qt</application>
+    These switches build SQL support into the <application>Qt4</application>
     libraries.</para>
 
     <note>
@@ -196,14 +198,14 @@
   </sect2>
 
   <sect2 role="configuration">
-    <title>Configuring Qt</title>
+    <title>Configuring Qt4</title>
 
     <sect3 id='qt4-config'>
       <title>Configuration Information</title>
 
-      <para>If you installed <application>Qt</application> in a location other
+      <para>If you installed <application>Qt4</application> in a location other
       than /usr, you also need to update the following configuration files so
-      that <application>Qt</application> is correctly found by other packages
+      that <application>Qt4</application> is correctly found by other packages
       and system processes.</para>
 
       <para>Update the <filename>/etc/ld.so.conf</filename> and
@@ -239,7 +241,7 @@
 
 
<screen><literal>PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/qt/lib/pkgconfig</literal></screen>
 
-      <para>If you want the <application>Qt</application> executables in your
+      <para>If you want the <application>Qt4</application> executables in your
       shell search path, update the <envar>PATH</envar> environment variable
       in your <filename>~/.bash_profile</filename> or
       <filename>/etc/profile</filename> to include
@@ -268,7 +270,7 @@
         <seg>libQt3Support.so, libQtAssistantClient.so, libQtCore.so,
         libQtDesigner.so, libQtDesignerComponents.so, libQtGui.so,
         libQtNetwork.so, libQtOpenGL.so, libQtScript.so, libQtSql.so,
-        libQtSvg.so, libQtTest.so, andlibQtXml.so</seg>
+        libQtSvg.so, libQtTest.so, and libQtXml.so</seg>
         
         <seg>/opt/qt-&qt4-version;</seg>
       </seglistitem>
@@ -306,7 +308,7 @@
         <term><command>linguist</command></term>
         <listitem>
           <para>provides support for translating applications into
-          local languages. </para>
+          local languages.</para>
           <indexterm zone="qt4 qt4-linguist">
             <primary sortas="b-linguist">linguist</primary>
           </indexterm>
@@ -372,7 +374,7 @@
       <varlistentry id="qt4-qt3to4">
         <term><command>qt3to4</command></term>
         <listitem>
-          <para>qt3to4 is a tool to help update qt3 code to qt4.</para>
+          <para>qt3to4 is a tool to help update Qt3 code to Qt4.</para>
           <indexterm zone="qt4 qt4-qt3to4">
             <primary sortas="b-qt3to4">qt3to4</primary>
           </indexterm>
@@ -423,9 +425,9 @@
       <varlistentry id="qt4-uic3">
         <term><command>uic3</command></term>
         <listitem>
-          <para>is a tool to generate Qt 4 code out of  
-          user interface files genereated byt the Qt3 
-          version of designer.</para>
+          <para>is a tool to generate Qt4 code out of  
+          user interface files generated by the Qt3 
+          version of <command>designer</command>.</para>
           <indexterm zone="qt4 qt4-uic3">
             <primary sortas="b-uic3">uic3</primary>
           </indexterm>


Property changes on: trunk/BOOK/x/lib/qt4.xml
___________________________________________________________________
Name: svn:keywords
   + LastChangedBy Date

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to