Changes between Version 3 and Version 4 of Building
- Timestamp:
- May 2, 2007, 3:44:33 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v3 v4 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 in !OpenWatcom which will eliminate the need for the DDK. 10 If you are going to build uniaud16, 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 headers in !OpenWatcom and this will eliminate the need for the DDK to build uniaud. 11 12 If you are only building uniaud32, you do not need the DDK. 11 13 12 14 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 … … 17 19 }}} 18 20 19 and answer the questions. Review the generated Makefile.inc and verify that the pathnames are correct. This script has some issues. 21 and answer the questions. If you don't have a copy of the DDK, enter a syntatically valid path. 22 23 Review the generated Makefile.inc and verify that the pathnames are correct. This script has some issues. 20 24 21 25 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. … … 30 34 !m_kee.cmd is a simple wmake front-end. 31 35 32 A full build should take less than 15? minutes on reasonably capable hardware. 36 A full build should take less than 15? minutes on reasonably capable hardware and should complete without errors or warnings. 37 38 It 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. 33 39 34 40 To build uniaud16 … … 39 45 }}} 40 46 41 A full build should take less than 5? minutes on reasonably capable hardware .47 A full build should take less than 5? minutes on reasonably capable hardware and should complete without errors or warnings