dist/README
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     9 http://qt.nokia.com/doc/latest/porting4.html.
     9 http://qt.nokia.com/doc/latest/porting4.html.
    10 
    10 
    11 
    11 
    12 INSTALLING Qt
    12 INSTALLING Qt
    13 
    13 
       
    14 If you have a source package (a .tar.gz, or .zip file), follow the
       
    15 instructions in the INSTALL file.
       
    16 
    14 On Windows and Mac OS X, if you want to install the precompiled binary
    17 On Windows and Mac OS X, if you want to install the precompiled binary
    15 packages, simply launch the package and follow the instructions in the
    18 packages, simply launch the package and follow the instructions in the
    16 installation wizard.
    19 installation wizard.
    17 
    20 
    18 On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) or
    21 For Mac OS X Carbon, the binary package requires Mac OS X 10.4 (Tiger) or
    19 later and GCC 4.0.1 to develop applications. Its applications will run
    22 later and GCC 4.0.1 to develop applications. Its applications will run
    20 on Mac OS X 10.3.9 and above.
    23 on Mac OS X 10.4 and above.
    21 
    24 
    22 If you have a source package (a .tar.gz, .tar.bz2, or .zip file),
    25 For Mac OS X Cocoa, the binary package requires Mac OS X 10.5 (Leopard) or
    23 follow the instructions in the INSTALL file.
    26 later and GCC 4.0.1 to develop applications.  Its applications will run
       
    27 on Mac OS X 10.5 and above.
    24 
    28 
    25 
    29 
    26 DEMOS AND EXAMPLES
    30 DEMOS AND EXAMPLES
    27 
    31 
    28 Once Qt is installed, we suggest that you take a look at the demos and
    32 Once Qt is installed, we suggest that you take a look at the demos and
    29 examples to see Qt in action. Run the Qt Examples and Demos either by
    33 examples to see Qt in action.
       
    34 
       
    35 For desktop computers, run the Qt Examples and Demos either by
    30 typing 'qtdemo' on the command line or through the desktop's Start
    36 typing 'qtdemo' on the command line or through the desktop's Start
    31 menu. On Mac OS X, you can find it in /Developers/Applications/Qt.
    37 menu. On Mac OS X, you can find it in /Developers/Applications/Qt.
       
    38 
       
    39 For embedded devices, launch the Qt 'fluidlauncher' demo, either through 
       
    40 the platforms filebrowser or the built in menu system.
    32 
    41 
    33 
    42 
    34 REFERENCE DOCUMENTATION
    43 REFERENCE DOCUMENTATION
    35 
    44 
    36 The Qt reference documentation is available locally in Qt's doc/html
    45 The Qt reference documentation is available locally in Qt's doc/html
    41 
    50 
    42 
    51 
    43 SUPPORTED PLATFORMS
    52 SUPPORTED PLATFORMS
    44 
    53 
    45 For a complete list of supported platforms, see
    54 For a complete list of supported platforms, see
    46 http://qt.nokia.com/doc/latest/supported-platforms.html.
    55 http://qt.nokia.com/doc/%SHORTVERSION%/supported-platforms.html.
    47 
    56 
    48 
    57 
    49 COMMERCIAL EDITIONS
    58 COMMERCIAL EDITIONS
    50 
    59 
    51 Desktop Edition licensees can use all the modules provided with their
    60 Desktop Edition licensees can use all the modules provided with their
    54 GUI Framework licensees may only use the classes contained in
    63 GUI Framework licensees may only use the classes contained in
    55 the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and
    64 the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and
    56 Qt3Support modules.
    65 Qt3Support modules.
    57 
    66 
    58 For a full listing of the contents of each module, please refer to 
    67 For a full listing of the contents of each module, please refer to 
    59 http://qt.nokia.com/doc/latest/modules.html
    68 http://qt.nokia.com/doc/%SHORTVERSION%/modules.html
    60 
    69 
    61 
    70 
    62 HOW TO REPORT A BUG
    71 HOW TO REPORT A BUG
    63 
    72 
    64 If you think you have found a bug in Qt, we would like to hear about
    73 If you think you have found a bug in Qt, we would like to hear about
    65 it so that we can fix it. Before reporting a bug, please check
    74 it so that we can fix it.  The Qt bug tracking system is open to the
    66 http://qt.nokia.com/developer/faqs/ and
    75 public at http://bugreports.qt.nokia.com/.
    67 http://qt.nokia.com/products/appdev/platform/platforms/ to see if
    76 
    68 the issue is already known.
    77 Before reporting a bug, please use the bug-tracker's search functions
       
    78 and consult http://qt.nokia.com/developer/faqs/ to see if the issue is
       
    79 already known.
    69 
    80 
    70 Always include the following information in your bug report: the name
    81 Always include the following information in your bug report: the name
    71 and version number of your compiler; the name and version number of
    82 and version number of your compiler; the name and version number of
    72 your operating system; the version of Qt you are using, and what
    83 your operating system; the version of Qt you are using, and what
    73 configure options it was compiled with.
    84 configure options it was compiled with.
    74 
    85 
    75 If the problem you are reporting is only visible at run-time, try to
    86 If the problem you are reporting is only visible at run-time, try to
    76 create a small test program that shows the problem when run. Often,
    87 create a small test program that shows the problem when run. Often,
    77 such a program can be created with some minor changes to one of the
    88 such a program can be created with some minor changes to one of the many
    78 many example programs in Qt's examples directory. Please submit the
    89 example programs in Qt's examples directory, or to the autotests that
    79 bug report using the Task Tracker on the Qt website:
    90 are available in the public source repository on http://qt.gitorious.org/.
    80 
       
    81 http://qt.nokia.com/developer/task-tracker
       
    82 
    91 
    83 
    92 
    84 Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies).
    93 Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies).