Changes between Version 2 and Version 3 of Building


Ignore:
Timestamp:
May 2, 2007, 1:32:58 AM (17 years ago)
Author:
stevenhl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building

    v2 v3  
    88The first thing you need to do is install [http://www.openwatcom.org/ OpenWatcom].  You need to install at least the OS/2 C and C++ support for OS/2 16-bit and 32-bit targets.
    99
    10 Next you need to install the IBM Driver Development Kit (DDK) Toolkit.  IBM no longer makes this toolkit publically available, so if you need a copy TBD.  The long term plan is to implement open source versions of the DDK  Toolkit headers in OpenWatcom which will eliminate the need for the DDK.
     10Next you need to install the IBM Driver Development Kit (DDK) Toolkit.  IBM no longer makes this toolkit publically available, so if you need a copy TBD.  The long term plan is to implement open source versions of the DDK Toolkit headers in !OpenWatcom which will eliminate the need for the DDK.
    1111
    12 Now you need to build Makefile.inc.  This file configures the uniaud makefiles for your specific directory layout.  Assuming directory layout described in [WikeStart#Gettingthesources Getting the sources], run
     12Now 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
    1313
    1414{{{
     
    1919and answer the questions.  Review the generated Makefile.inc and verify that the pathnames are correct.  This script has some issues.
    2020
    21 Once you are satisfied, copy the file to the root of your uniaud16 workspace.  This is the uniaud16_workspace referred to in the examples [WikeStart#Gettingthesources Getting the Sources].  There really should need to be only one instance of this file, but this will have to wait until the makefiles get some rework.
     21Once you are satisfied, copy Makefile.inc to the root of your uniaud16 workspace.  This is the uniaud16_workspace referred to in the example [WikiStart#Gettingthesources Getting the Sources].  There really should need to be only one instance of Makefile.inc file, but this will have to wait until the makefiles get some needed rework.
    2222
    23 To build uniaud32, do whatever you do that make the OpenWatcom available in the current command line session and then
     23To build uniaud32, do whatever you do that make the !OpenWatcom available in the current command line session and then
    2424
    2525{{{
     
    3030!m_kee.cmd is a simple wmake front-end.
    3131
    32 A full build should take about 15? minutes on reasonably capable hardware.
     32A full build should take less than 15? minutes on reasonably capable hardware.
    3333
    34 To build uniaud16, do
     34To build uniaud16
    3535
    3636{{{