Building EDuke32 on Windows

From EDukeWiki
Revision as of 10:53, 22 March 2008 by Plugwash (talk | contribs) (New page: Instructions for building eduke32 on windows with open watcom. note: I have started writing theese instructions but have not yet had a succesfull build if you see any errors or have anyth...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Instructions for building eduke32 on windows with open watcom.

note: I have started writing theese instructions but have not yet had a succesfull build if you see any errors or have anything to add please do so -- Plugwash 10:53, 22 March 2008 (PDT)

download open watcom from http://openwatcom.mirrors.skynet.be/pub/ftp.openwatcom.org/open-watcom-c-win32-1.7a.exe and install it. download the eduke32 source from http://wiki.eduke32.com/stuff/ and extract it.

open a command promt

set the path appropriately so the watcom tools are on and any other tools with conflicting names are off e.g. path=C:\WINDOWS\system32;C:\WINDOWS;C:\WATCOM\binnt;C:\WATCOM\BINW

change to the build subdirectory of the eduke source tree e.g. c: cd \eduke32_src_20080206\build

setup other environment variables needed by watcom set EDPATH=c:\watcom\eddata set INCLUDE=C:\WATCOM\H;C:\WATCOM\H\NT set OS=Windows_NT set WATCOM=c:\watcom