[1041] | 1 | This is part of the ZIP distribution of the Qt toolkit for OS/2.
|
---|
| 2 |
|
---|
| 3 | This package contains all runtime Qt libraries necessary to run Qt-based
|
---|
| 4 | applications.
|
---|
| 5 |
|
---|
| 6 | This file contains installation instructions for this package. For more
|
---|
| 7 | information about the Qt toolkit for OS/2, please visit the project page at
|
---|
| 8 |
|
---|
| 9 | http://svn.netlabs.org/qt4/wiki
|
---|
| 10 |
|
---|
[1063] | 11 |
|
---|
| 12 |
|
---|
| 13 | BEFORE YOU BEGIN
|
---|
| 14 |
|
---|
[1041] | 15 | Please note that it is recommended to install Qt from the RPM repositories.
|
---|
[1063] | 16 | This will allow you to always have an up-to-date version of Qt installed on
|
---|
| 17 | your machine including all its requirements. If you have RPM already installed
|
---|
| 18 | and need the Qt runtime for an application that is also in RPM repositories,
|
---|
| 19 | simply type the following on the command line:
|
---|
[1041] | 20 |
|
---|
| 21 | yum install <application>
|
---|
[1063] | 22 |
|
---|
[1041] | 23 | where <application> is the name of that application. All the required Qt
|
---|
| 24 | libraries will be installed automatically.
|
---|
| 25 |
|
---|
| 26 | If you want to only install the Qt runtime itself (for example, to use it with
|
---|
[1083] | 27 | an application not available in RPM repositories), type e.g. the following:
|
---|
[1041] | 28 |
|
---|
[1083] | 29 | yum install libqt4 libqt4-gui
|
---|
[1041] | 30 |
|
---|
| 31 | To get more information about installing RPM, please visit
|
---|
| 32 |
|
---|
| 33 | http://svn.netlabs.org/rpm
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 | REQUIREMENTS
|
---|
| 38 |
|
---|
| 39 | - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
|
---|
[1063] | 40 |
|
---|
[1041] | 41 | - LIBC library version 0.6.3:
|
---|
| 42 |
|
---|
| 43 | ftp://ftp.netlabs.org/pub/libc/libc-0_6_3-csd3.wpi
|
---|
| 44 |
|
---|
| 45 | - GCC 4 Core Libraries:
|
---|
| 46 |
|
---|
| 47 | ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi
|
---|
[1063] | 48 |
|
---|
[1041] | 49 | - Extended system tray widget for XCenter version 0.1.1 or above (optional):
|
---|
| 50 |
|
---|
| 51 | ftp://ftp.netlabs.org/pub/qt4/xsystray/xsystray-0_1_1.wpi
|
---|
| 52 |
|
---|
[1063] | 53 | - eCUPS 1.4.8 or later to support printing from Qt 4 applications (optional):
|
---|
[1041] | 54 |
|
---|
[1063] | 55 | http://sourceforge.net/projects/ecsports/files/CUPS/cups-1.4.8-os2-20110831.zip/download
|
---|
| 56 | http://svn.netlabs.org/ecups/wiki/CupsPort
|
---|
| 57 |
|
---|
[1041] | 58 | - OpenSSL DLLs for OpenSSL support and for MySQL/PostgresSQL plugins to
|
---|
| 59 | operate (optional):
|
---|
[1063] | 60 |
|
---|
[1041] | 61 | http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 |
|
---|
| 65 | INSTALLATION
|
---|
| 66 |
|
---|
| 67 | 1. Make sure you do not have a previous version of Qt installed from either
|
---|
| 68 | a ZIP, or WPI or RPM distribution. Uninstall it if necessary.
|
---|
| 69 |
|
---|
| 70 | 2. Unzip the contents of this archive to a directory of your choice,
|
---|
| 71 | e.g. "C:\Qt".
|
---|
| 72 |
|
---|
| 73 | 2. Add "C:\Qt\bin" to PATH and LIBPATH statements of your CONFIG.SYS.
|
---|
[1063] | 74 |
|
---|
[1041] | 75 | 3. Reboot.
|
---|
| 76 |
|
---|
| 77 |
|
---|
| 78 |
|
---|
| 79 | CREDITS
|
---|
| 80 |
|
---|
| 81 | Dmitriy Kuminov (development)
|
---|
| 82 | Silvan Scherrer (management)
|
---|
| 83 |
|
---|
| 84 | netlabs.org (hosting & support)
|
---|
| 85 |
|
---|
| 86 | Nokia Corporation (original Qt library)
|
---|
| 87 |
|
---|
| 88 | We also want to THANK all individuals and organizations who made the donations
|
---|
| 89 | to this project and helped to make it happen. Please visit
|
---|
| 90 |
|
---|
| 91 | http://qt.netlabs.org/en/site/index.xml
|
---|
| 92 |
|
---|
| 93 | to get the full list of sponsors and to find information on how you can support
|
---|
| 94 | the project.
|
---|
| 95 |
|
---|
| 96 |
|
---|
| 97 | Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies).
|
---|
| 98 | OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
|
---|
| 99 | eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
|
---|
| 100 | Etc.
|
---|