source: packaging/INSTALL.OS2@ 1069

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

packaging: Mention CUPS 1.4.8 in requirements.

Also added the BEFORE YOU BEGIN section.

File size: 2.9 KB
RevLine 
[1041]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
[1063]11
12
13BEFORE YOU BEGIN
14
[1041]15Please note that it is recommended to install Qt from the RPM repositories.
[1063]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:
[1041]20
21 yum install <application>
[1063]22
[1041]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 the following:
28
29 yum install qt qt-pm
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.
[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
65INSTALLATION
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
79CREDITS
80
81Dmitriy Kuminov (development)
82Silvan Scherrer (management)
83
84netlabs.org (hosting & support)
85
86Nokia Corporation (original Qt library)
87
88We also want to THANK all individuals and organizations who made the donations
89to this project and helped to make it happen. Please visit
90
91 http://qt.netlabs.org/en/site/index.xml
92
93to get the full list of sponsors and to find information on how you can support
94the project.
95
96
97Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies).
98OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
99eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
100Etc.
Note: See TracBrowser for help on using the repository browser.