Changeset 865 for trunk/doc/src/getting-started
- Timestamp:
- May 16, 2011, 4:09:34 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.3 (added) merged: 864 /branches/vendor/nokia/qt/current merged: 863 /branches/vendor/nokia/qt/4.7.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/getting-started/installation.qdoc
r846 r865 59 59 \section1 Step 2: Unpacking the Archive 60 60 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} 62 62 package, type the following commands at a command line prompt: 63 63 64 64 \snippet doc/src/snippets/code/doc_src_installation.qdoc 0 65 65 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.} 67 67 containing the files from the archive. We only support the GNU version of 68 68 the tar archiving utility. Note that on some systems it is called gtar. … … 74 74 75 75 By default, Qt is configured for installation in the 76 \c{/usr/local/Trolltech/Qt-4.7. 2} directory, but this can be76 \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be 77 77 changed by using the \c{-prefix} option. 78 78 … … 124 124 For compilers that do not support rpath you must also extended the 125 125 \c LD_LIBRARY_PATH environment variable to include 126 \c{/usr/local/Trolltech/Qt-4.7. 2/lib}. On Linux with GCC this step126 \c{/usr/local/Trolltech/Qt-4.7./lib}. On Linux with GCC this step 127 127 is not needed. 128 128 … … 185 185 186 186 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.}. 188 188 189 189 \note The install path must not contain any spaces or Windows specific … … 197 197 \snippet doc/src/snippets/code/doc_src_installation.qdoc 7 198 198 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. 200 200 201 201 For newer versions of Windows, \c PATH can be extended through … … 297 297 298 298 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} 300 300 package, type the following commands at a command line prompt: 301 301 302 302 \snippet doc/src/snippets/code/doc_src_installation.qdoc 11 303 303 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.} 305 305 containing the files from the archive. 306 306 … … 311 311 312 312 By default, Qt is configured for installation in the 313 \c{/usr/local/Trolltech/Qt-4.7. 2} directory, but this can be313 \c{/usr/local/Trolltech/Qt-4.7.} directory, but this can be 314 314 changed by using the \c{-prefix} option. 315 315 … … 405 405 \section1 Step 1: Install the License File (commercial editions only) 406 406 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.}. 408 408 409 409 \note The install path must not contain any spaces. … … 415 415 416 416 \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. 418 418 419 419 For newer versions of Windows, \c PATH can be extended through … … 506 506 \section1 Step 1: Install Qt 507 507 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. 509 509 510 510 \note Qt must be installed on the same drive as the Symbian SDK you are … … 586 586 587 587 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.}. 589 589 590 590 \note Qt must be installed on the same drive as the Symbian SDK you are … … 598 598 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 599 599 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. 601 601 602 602 On Windows the\c PATH can be extended by navigating to … … 711 711 712 712 Uncompress 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}.713 directory you want Qt installed, e.g. \c{/home/user/qt/4.7.}. 714 714 715 715
Note:
See TracChangeset
for help on using the changeset viewer.