source: packaging/INSTALL.OS2@ 1041

Last change on this file since 1041 was 1041, checked in by Dmitry A. Kuminov, 14 years ago

packaging: Added script to create ZIP distribution archives.

The old WPI stuff is oudated and moved to the "unsupported"
subdirectory.

File size: 2.8 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
11Please note that it is recommended to install Qt from the RPM repositories.
12This will allow you to always have an up-to-date version of Qt on your machine
13including any current and future requirements. If you have RPM already
14installed and need the Qt runtime for an application that is also in RPM
15repositories, simply type the following in the command line:
16
17 yum install <application>
18
19where <application> is the name of that application. All the required Qt
20libraries will be installed automatically.
21
22If you want to only install the Qt runtime itself (for example, to use it with
23an application not available in RPM repositories), type the following:
24
25 yum install qt qt-pm
26
27To get more information about installing RPM, please visit
28
29 http://svn.netlabs.org/rpm
30
31
32
33REQUIREMENTS
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
60INSTALLATION
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
74CREDITS
75
76Dmitriy Kuminov (development)
77Silvan Scherrer (management)
78
79netlabs.org (hosting & support)
80
81Nokia Corporation (original Qt library)
82
83We also want to THANK all individuals and organizations who made the donations
84to this project and helped to make it happen. Please visit
85
86 http://qt.netlabs.org/en/site/index.xml
87
88to get the full list of sponsors and to find information on how you can support
89the project.
90
91
92Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies).
93OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
94eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
95Etc.
Note: See TracBrowser for help on using the repository browser.