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