source: packaging/INSTALL.OS2.develop@ 1062

Last change on this file since 1062 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.1 KB
Line 
1This is part of the ZIP distribution of the Qt toolkit for OS/2.
2
3This package contains Qt tools, readers and import libraries necessary
4to compile and develop Qt applications.
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 simply type the following in the command line to install the Qt
15development environment:
16
17 yum install qt-develop
18
19To get more information about installing RPM, please visit
20
21 http://svn.netlabs.org/rpm
22
23
24
25REQUIREMENTS
26
27 - A Qt runtime ZIP package of the same version (qt-X.Y.Z-N.zip):
28
29 ftp://ftp.netlabs.org/pub/qt4/
30
31 - All requirements listed in the "REQUIREMENTS" section of the
32 README.OS2 file contained in this package.
33
34
35
36INSTALLATION
37
38 1. Install the Qt runtime package according to its insatllation
39 instructions. Memorize where you unpacked it, e.g. "C:\Qt".
40
41 2. Unzip the contents of this archive to "C:\Qt". You may safely
42 overwrite all the README and LICENSE files, they are identical.
43
44 3. Follow the section named "SETTING UP THE ENVIRONMENT" in the
45 README.OS2 file to set up the development environment.
46
47
48
49CREDITS
50
51Dmitriy Kuminov (development)