Changes between Version 56 and Version 57 of WikiStart
- Timestamp:
- Feb 15, 2014, 12:21:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v56 v57 155 155 = Building = 156 156 157 Requirements 157 Tools and System Libraries required 158 158 * Open Watcom version 1.9 or higher. ([http://openwatcom.org/]) 159 159 * The MiniDDK (preferred) or an updated full DDK. If you get build errors or warnings using the full DDK, then your DDK is not up-to-date. If you have a DDK license, you can contact David if you need the MiniDDK. 160 * The 16 device driver kit ([http://88watts.net/dlfile.php?F=Drv16- Drv16 Kit]) 160 * For building 16 bit drivers, the 16 device driver kit ([http://88watts.net/dlfile.php?F=Drv16- Drv16 Kit]) 161 * For building 32 bit drivers, the 32 device driver kit ([http://88watts.net/dlfile.php?F=Drv32- Drv32 Kit]), and the compatibility library (not currently available) 161 162 * Warpin (included with eComStation) 162 163 163 164 To build the driver: 164 * Copy setenv.cmd.template to setenv.cmd and edit the paths to the WATCOM, the DDK, and the DRV16KITto suit your system.165 * Copy setenv.cmd.template to setenv.cmd and edit the paths to the environment variables to suit your system. 165 166 * Execute setenv.cmd 166 167 * type wmake all to make all of the drivers, or