Ignore:
Timestamp:
May 16, 2011, 4:09:34 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/getting-started/installation.qdoc

    r846 r865  
    5959\section1 Step 2: Unpacking the Archive
    6060    Unpack the archive if you have not done so already. For example,
    61     if you have the \c{qt-everywhere-opensource-src-4.7.2.tar.gz}
     61    if you have the \c{qt-everywhere-opensource-src-4.7..tar.gz}
    6262    package, type the following commands at a command line prompt:
    6363
    6464\snippet doc/src/snippets/code/doc_src_installation.qdoc 0
    6565
    66     This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.2}
     66    This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.}
    6767    containing the files from the archive. We only support the GNU version of
    6868    the tar archiving utility. Note that on some systems it is called gtar.
     
    7474
    7575    By default, Qt is configured for installation in the
    76     \c{/usr/local/Trolltech/Qt-4.7.2} directory, but this can be
     76    \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be
    7777    changed by using the \c{-prefix} option.
    7878
     
    124124    For compilers that do not support rpath you must also extended the
    125125    \c LD_LIBRARY_PATH environment variable to include
    126     \c{/usr/local/Trolltech/Qt-4.7.2/lib}. On Linux with GCC this step
     126    \c{/usr/local/Trolltech/Qt-4.7./lib}. On Linux with GCC this step
    127127    is not needed.
    128128
     
    185185
    186186    Uncompress the files into the directory you want Qt installed;
    187     e.g. \c{C:\Qt\4.7.2}.
     187    e.g. \c{C:\Qt\4.7.}.
    188188
    189189    \note The install path must not contain any spaces or Windows specific
     
    197197\snippet doc/src/snippets/code/doc_src_installation.qdoc 7
    198198
    199     This is done by adding \c{c:\Qt\4.7.2\bin} to the \c PATH variable.
     199    This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable.
    200200
    201201    For newer versions of Windows, \c PATH can be extended through
     
    297297
    298298    Unpack the archive if you have not done so already. For example,
    299     if you have the \c{qt-everywhere-opensource-src-4.7.2.tar.gz}
     299    if you have the \c{qt-everywhere-opensource-src-4.7..tar.gz}
    300300    package, type the following commands at a command line prompt:
    301301
    302302\snippet doc/src/snippets/code/doc_src_installation.qdoc 11
    303303
    304     This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.2}
     304    This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.7.}
    305305    containing the files from the archive.
    306306
     
    311311
    312312    By default, Qt is configured for installation in the
    313     \c{/usr/local/Trolltech/Qt-4.7.2} directory, but this can be
     313    \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be
    314314    changed by using the \c{-prefix} option.
    315315
     
    405405\section1 Step 1: Install the License File (commercial editions only)
    406406    Uncompress the files into the directory you want to install Qt into;
    407     e.g., \c{C:\Qt\4.7.2}.
     407    e.g., \c{C:\Qt\4.7.}.
    408408
    409409    \note The install path must not contain any spaces.
     
    415415
    416416\snippet doc/src/snippets/code/doc_src_installation.qdoc 18
    417     This is done by adding \c{c:\Qt\4.7.2\bin} to the \c PATH variable.
     417    This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable.
    418418
    419419    For newer versions of Windows, \c PATH can be extended through
     
    506506\section1 Step 1: Install Qt
    507507
    508         Run \c{qt-symbian-opensource-4.7.2.exe} and follow the instructions.
     508        Run \c{qt-symbian-opensource-4.7..exe} and follow the instructions.
    509509
    510510        \note Qt must be installed on the same drive as the Symbian SDK you are
     
    586586
    587587    Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source
    588     package into the directory you want Qt installed, e.g. \c{C:\Qt\4.7.2}.
     588    package into the directory you want Qt installed, e.g. \c{C:\Qt\4.7.}.
    589589
    590590    \note Qt must be installed on the same drive as the Symbian SDK you are
     
    598598\snippet doc/src/snippets/code/doc_src_installation.qdoc 18
    599599
    600     This is done by adding \c{c:\Qt\4.7.2\bin} to the \c PATH variable.
     600    This is done by adding \c{c:\Qt\4.7.\bin} to the \c PATH variable.
    601601
    602602    On Windows the\c PATH can be extended by navigating to
     
    711711
    712712Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source package into the
    713 directory you want Qt installed, e.g. \c{/home/user/qt/4.7.2}.
     713directory you want Qt installed, e.g. \c{/home/user/qt/4.7.}.
    714714
    715715
Note: See TracChangeset for help on using the changeset viewer.