Changes between Version 8 and Version 9 of Building


Ignore:
Timestamp:
Jan 26, 2021, 8:07:02 AM (3 years ago)
Author:
Paul Smedley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building

    v8 v9  
    33== Install !OpenWatcom ==
    44
    5 The first thing you need to do is install [http://www.openwatcom.org/ OpenWatcom] 1.7a or higher.  You need to install at least the 16-bit and 32-bit OS/2 targets.  It is assumed that you will be installing the OS/2 hosted version of  Open Watcom.
     5The first thing you need to do is install [http://www.openwatcom.org/ OpenWatcom] 1.9 or higher.  You need to install at least the 16-bit and 32-bit OS/2 targets.  It is assumed that you will be installing the OS/2 hosted version of  Open Watcom.
    66
    77== Install the DDK ==
     
    1313Either ilink or wlink can be used, but when using wlink, lxlite is required to shrink the binary to a reasonable size.
    1414
    15 == Install ACPI Toolkit ==
    16 
    17 If building with ACPI support, the [http://en.ecomstation.ru/projects/developer/?action=acpi ACPI developer toolkit] is required.
    18 
    1915== Configure the build environment ==
    2016
    21 Now you need to build Makefile.inc.  This file configures the uniaud makefiles for your specific directory layout.  Assuming directory layout described in [WikiStart#Gettingthesources Getting the sources], run
     17Ensure the WATCOM and DDK variables are setup to point to where they're installed. Set ROOT to point to the location of the uniaud source
    2218
    2319== Build uniaud32 ==
     
    2521{{{
    2622cd uniaud32_workspace\trunk
    27 configure
    2823}}}
    29 
    30 and answer the questions.
    3124
    3225To build uniaud32, do whatever you do that make the !OpenWatcom available in the current command line session and then
     
    3629}}}
    3730
    38 !m_kee.cmd is a simple wmake front-end.
     31wmake
    3932
    40 The 3 build types are:
    41  - ACPI: The default.
    42  - KEE: If for some reason you do not want to build with ACPI. Set ACPI=0
    43  - W4: For support for older kernels, such as that in Warp 3. Mostly untested at this point. Set KEE=0
    44 
    45 
    46 A full build should take less than 15? minutes on reasonably capable hardware and should complete without errors or warnings.
     33A full build should take less than 5 minutes on reasonably capable hardware and should complete without errors or warnings.
    4734
    4835It is considered bad practice to commit sources that do not build error and warning free to the subversion repository.  However, when multiple developers are making concurrent changes, this can happen.