source: packaging/INSTALL.OS2@ 1166

Last change on this file since 1166 was 1141, checked in by Dmitry A. Kuminov, 12 years ago

packaging: Release 4.7.3.2-1 (GA2).

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