Changes between Version 2 and Version 3 of Building
- Timestamp:
- May 2, 2007, 3:32:58 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v2 v3 8 8 The 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. 9 9 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 inOpenWatcom which will eliminate the need for the DDK.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. 11 11 12 Now you need to build Makefile.inc. This file configures the uniaud makefiles for your specific directory layout. Assuming directory layout described in [Wik eStart#Gettingthesources Getting the sources], run12 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 13 13 14 14 {{{ … … 19 19 and answer the questions. Review the generated Makefile.inc and verify that the pathnames are correct. This script has some issues. 20 20 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 somerework.21 Once 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. 22 22 23 To build uniaud32, do whatever you do that make the OpenWatcom available in the current command line session and then23 To build uniaud32, do whatever you do that make the !OpenWatcom available in the current command line session and then 24 24 25 25 {{{ … … 30 30 !m_kee.cmd is a simple wmake front-end. 31 31 32 A full build should take about15? minutes on reasonably capable hardware.32 A full build should take less than 15? minutes on reasonably capable hardware. 33 33 34 To build uniaud16 , do34 To build uniaud16 35 35 36 36 {{{