Changeset 1063
- Timestamp:
- Sep 7, 2011, 11:54:12 PM (14 years ago)
- Location:
- packaging
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/INSTALL.OS2
r1041 r1063 9 9 http://svn.netlabs.org/qt4/wiki 10 10 11 12 13 BEFORE YOU BEGIN 14 11 15 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 machine13 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 This will allow you to always have an up-to-date version of Qt installed on 17 your machine including all its requirements. If you have RPM already installed 18 and need the Qt runtime for an application that is also in RPM repositories, 19 simply type the following on the command line: 16 20 17 21 yum install <application> 18 22 19 23 where <application> is the name of that application. All the required Qt 20 24 libraries will be installed automatically. … … 34 38 35 39 - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system. 36 40 37 41 - LIBC library version 0.6.3: 38 42 … … 42 46 43 47 ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi 44 48 45 49 - Extended system tray widget for XCenter version 0.1.1 or above (optional): 46 50 47 51 ftp://ftp.netlabs.org/pub/qt4/xsystray/xsystray-0_1_1.wpi 48 52 49 - eCUPS to support printing from Qt 4 applications (optional): 50 51 ftp://ftp.netlabs.org/incoming/eCUPS003.wpi 53 - eCUPS 1.4.8 or later to support printing from Qt 4 applications (optional): 54 55 http://sourceforge.net/projects/ecsports/files/CUPS/cups-1.4.8-os2-20110831.zip/download 56 http://svn.netlabs.org/ecups/wiki/CupsPort 52 57 53 58 - OpenSSL DLLs for OpenSSL support and for MySQL/PostgresSQL plugins to 54 59 operate (optional): 55 60 56 61 http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip 57 62 … … 67 72 68 73 2. Add "C:\Qt\bin" to PATH and LIBPATH statements of your CONFIG.SYS. 69 74 70 75 3. Reboot. 71 76 -
packaging/INSTALL.OS2.develop
r1041 r1063 9 9 http://svn.netlabs.org/qt4/wiki 10 10 11 12 13 BEFORE YOU BEGIN 14 11 15 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 machine13 including any current and future requirements. If you have RPM already 14 installed simply type the following in the command line to install the Qt15 developmentenvironment:16 This will allow you to always have an up-to-date version of Qt installed on 17 your machine including all its requirements. If you have RPM already installed 18 simply type the following on the command line to install the Qt development 19 environment: 16 20 17 21 yum install qt-develop … … 30 34 31 35 - All requirements listed in the "REQUIREMENTS" section of the 32 README.OS2 file contained in th ispackage.36 README.OS2 file contained in the above package. 33 37 34 38
Note:
See TracChangeset
for help on using the changeset viewer.