Changes between Version 56 and Version 57 of WikiStart


Ignore:
Timestamp:
Feb 14, 2014, 11:21:14 PM (10 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v56 v57  
    155155= Building =
    156156
    157 Requirements
     157Tools and System Libraries required
    158158 * Open Watcom version 1.9 or higher. ([http://openwatcom.org/])
    159159 * 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)
    161162 * Warpin (included with eComStation)
    162163
    163164To build the driver:
    164  * Copy setenv.cmd.template to setenv.cmd and edit the paths to the WATCOM, the DDK, and the DRV16KIT to suit your system.
     165 * Copy setenv.cmd.template to setenv.cmd and edit the paths to the environment variables to suit your system.
    165166 * Execute setenv.cmd
    166167 * type wmake all to make all of the drivers, or