Changeset 1063


Ignore:
Timestamp:
Sep 7, 2011, 11:54:12 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Mention CUPS 1.4.8 in requirements.

Also added the BEFORE YOU BEGIN section.

Location:
packaging
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packaging/INSTALL.OS2

    r1041 r1063  
    99  http://svn.netlabs.org/qt4/wiki
    1010
     11
     12
     13BEFORE YOU BEGIN
     14
    1115Please 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 machine
    13 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:
     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:
    1620
    1721  yum install <application>
    18  
     22
    1923where <application> is the name of that application. All the required Qt
    2024libraries will be installed automatically.
     
    3438
    3539  - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
    36  
     40
    3741  - LIBC library version 0.6.3:
    3842
     
    4246
    4347    ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi
    44  
     48
    4549  - Extended system tray widget for XCenter version 0.1.1 or above (optional):
    4650
    4751    ftp://ftp.netlabs.org/pub/qt4/xsystray/xsystray-0_1_1.wpi
    4852
    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
    5257
    5358  - OpenSSL DLLs for OpenSSL support and for MySQL/PostgresSQL plugins to
    5459    operate (optional):
    55    
     60
    5661    http://bauxite.sakura.ne.jp/tmp/os2/openssl-1.0.0a-os2knix-20100706-runtime.zip
    5762
     
    6772
    6873  2. Add "C:\Qt\bin" to PATH and LIBPATH statements of your CONFIG.SYS.
    69  
     74
    7075  3. Reboot.
    7176
  • packaging/INSTALL.OS2.develop

    r1041 r1063  
    99  http://svn.netlabs.org/qt4/wiki
    1010
     11
     12
     13BEFORE YOU BEGIN
     14
    1115Please 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 machine
    13 including any current and future requirements. If you have RPM already
    14 installed simply type the following in the command line to install the Qt
    15 development environment:
     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
     18simply type the following on the command line to install the Qt development
     19environment:
    1620
    1721  yum install qt-develop
     
    3034   
    3135  - All requirements listed in the "REQUIREMENTS" section of the
    32     README.OS2 file contained in this package.
     36    README.OS2 file contained in the above package.
    3337
    3438
Note: See TracChangeset for help on using the changeset viewer.