Changeset 651 for trunk/doc/src/getting-started/installation.qdoc
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/getting-started/installation.qdoc
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 67 67 68 68 \o Unpack the archive if you have not done so already. For example, 69 if you have the \c{qt-everywhere-opensource-src-4.6. 1.tar.gz}69 if you have the \c{qt-everywhere-opensource-src-4.6..tar.gz} 70 70 package, type the following commands at a command line prompt: 71 71 72 72 \snippet doc/src/snippets/code/doc_src_installation.qdoc 0 73 73 74 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6. 1}74 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6.} 75 75 containing the files from the archive. We only support the GNU version of 76 76 the tar archiving utility. Note that on some systems it is called gtar. … … 82 82 83 83 By default, Qt is configured for installation in the 84 \c{/usr/local/Trolltech/Qt-4.6. 1} directory, but this can be84 \c{/usr/local/Trolltech/Qt-4.6.} directory, but this can be 85 85 changed by using the \c{-prefix} option. 86 86 … … 134 134 For compilers that do not support rpath you must also extended the 135 135 \c LD_LIBRARY_PATH environment variable to include 136 \c{/usr/local/Trolltech/Qt-4.6. 1/lib}. On Linux with GCC this step136 \c{/usr/local/Trolltech/Qt-4.6./lib}. On Linux with GCC this step 137 137 is not needed. 138 138 … … 194 194 195 195 \o Uncompress the files into the directory you want Qt installed; 196 e.g. \c{C:\Qt\4.6. 1}.196 e.g. \c{C:\Qt\4.6.}. 197 197 198 198 \note The install path must not contain any spaces or Windows specific … … 206 206 \snippet doc/src/snippets/code/doc_src_installation.qdoc 7 207 207 208 This is done by adding \c{c:\Qt\4.6. 1\bin} to the \c PATH variable.208 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 209 209 210 210 For newer versions of Windows, \c PATH can be extended through … … 300 300 301 301 \o Unpack the archive if you have not done so already. For example, 302 if you have the \c{qt-everywhere-opensource-src-4.6. 1.tar.gz}302 if you have the \c{qt-everywhere-opensource-src-4.6..tar.gz} 303 303 package, type the following commands at a command line prompt: 304 304 305 305 \snippet doc/src/snippets/code/doc_src_installation.qdoc 11 306 306 307 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6. 1}307 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6.} 308 308 containing the files from the archive. 309 309 … … 314 314 315 315 By default, Qt is configured for installation in the 316 \c{/usr/local/Trolltech/Qt-4.6. 1} directory, but this can be316 \c{/usr/local/Trolltech/Qt-4.6.} directory, but this can be 317 317 changed by using the \c{-prefix} option. 318 318 … … 407 407 \list 1 408 408 \o Uncompress the files into the directory you want to install Qt into; 409 e.g., \c{C:\Qt\4.6. 1}.409 e.g., \c{C:\Qt\4.6.}. 410 410 411 411 \note The install path must not contain any spaces. … … 418 418 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 419 419 420 This is done by adding \c{c:\Qt\4.6. 1\bin} to the \c PATH variable.420 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 421 421 422 422 For newer versions of Windows, \c PATH can be extended through … … 507 507 \o Install Qt 508 508 509 Run \c{qt-symbian-opensource-4.6. 1.exe} and follow the instructions.509 Run \c{qt-symbian-opensource-4.6..exe} and follow the instructions. 510 510 511 511 \note Qt must be installed on the same drive as the Symbian SDK you are … … 587 587 588 588 Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source package into the 589 directory you want Qt installed, e.g. \c{C:\Qt\4.6. 1}.589 directory you want Qt installed, e.g. \c{C:\Qt\4.6.}. 590 590 591 591 \note Qt must be installed on the same drive as the Symbian SDK you are … … 599 599 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 600 600 601 This is done by adding \c{c:\Qt\4.6. 1\bin} to the \c PATH variable.601 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 602 602 603 603 On Windows the PATH can be extended by navigating to … … 641 641 Congratulations, Qt is now ready to use. 642 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 643 670 \o Running Qt demos 644 671 645 672 We've included a subset of the Qt demos in this package for you 646 673 to try out. An excellent starting point is the "fluidlauncher" 647 demo. To run the demo on a real device, you first have to install 648 the Qt libraries on the device: 649 650 \snippet doc/src/snippets/code/doc_src_installation.qdoc 29 651 652 \note You will need to supply certificate that allows installation 653 of binaries with "All -Tcb" capability to your device. 674 demo. 654 675 655 676 Similarly, install fluidlauncher to the device: … … 657 678 \snippet doc/src/snippets/code/doc_src_installation.qdoc 30 658 679 659 This will create a self-signed \c fluidlauncher _armv5_urel.sis and680 This will create a self-signed \c fluidlauncher.sis and 660 681 install it to your device. 661 682 … … 734 755 \endlist 735 756 736 \sa {Known Issues in 4.6. 1}757 \sa {Known Issues in 4.6.} 737 758 */ 738 759 … … 744 765 \previouspage General Qt Requirements 745 766 746 \sa {Known Issues in 4.6. 1}767 \sa {Known Issues in 4.6.} 747 768 */ 748 769 … … 883 904 distribution's package repository to find suitable packages. 884 905 885 \sa {Known Issues in 4.6. 1}906 \sa {Known Issues in 4.6.} 886 907 */ 887 908 … … 937 958 \l{Windows CE - Working with Custom SDKs}{here}. 938 959 939 \sa {Known Issues in 4.6. 1}960 \sa {Known Issues in 4.6.} 940 961 */ 941 962 … … 947 968 \previouspage General Qt Requirements 948 969 949 \sa {Known Issues in 4.6. 1}970 \sa {Known Issues in 4.6.} 950 971 951 972 \section1 Building Qt for Embedded Linux with uclibc … … 1003 1024 compiler version and how to patch it, if needed. 1004 1025 \endlist 1005 \o \l{http://downloads.activestate.com/ActivePerl/ Windows/5.6/ActivePerl-5.6.1.638-MSWin32-x86.msi}{ActivePerl v5.6.1 build 638}1026 \o \l{http://downloads.activestate.com/ActivePerl/} 1006 1027 \list 1007 \o \bold{Note:} According to Symbian, version 5.6.1 build 638 is mandatory. Using later versions may result in unexplained errors. 1028 \o \bold{Note:} According to Symbian, version 5.6.1 build 638 is mandatory for building Symbian applications, 1029 but that version is no longer available from ActiveState. However, Qt for Symbian has been successfully 1030 compiled using both 5.8.x and 5.10.x versions. 1008 1031 \endlist 1009 1032 \o \l{http://www.forum.nokia.com/main/resources/tools_and_sdks/S60SDK/}{S60 Platform SDK 3rd Edition FP1 or higher} … … 1018 1041 \o \bold{Note:} This is not required if you are using pre-built binary package. 1019 1042 \endlist 1020 \o Building Qt libraries requires \l{http://www.arm.com/products/DevTools/RVCT.html}{RVCT} 2.2 [build 686] or later, 1021 which is not available free of charge. 1043 \o Building Qt libraries requires \l{http://www.arm.com/products/DevTools/RVCT.html}{RVCT} version 2.2 (build 686 or later), 1044 which is not available free of charge. Usage of later versions of RVCT, including the 3.x and 4.x series, is not supported 1045 in this release. 1022 1046 \endlist 1023 1047 … … 1044 1068 to get more information about how to setup the development environment. 1045 1069 1046 \sa {Known Issues in 4.6. 1}1047 */ 1070 \sa {Known Issues in 4.6.} 1071 */
Note:
See TracChangeset
for help on using the changeset viewer.