Re: Building eu40.4 question
- Posted by mattlewis (admin) Aug 07, 2012
- 3188 views
BRyan said...
I downloaded Windows installer (with OW) where are the specific instructions for building
source code using OpenWatcom located ?? What are the commands for wmake etc.
Take a look at the top of the source/Makefile.wat file. Assuming that OpenWatcom is installed correctly (PATH, etc, which I think the installer does for you), and assuming you have a 4.0 version of euphoria installed (which the installer did for you), it should be as simple as:
> configure > wmake
There are other things that the makefile does (again, read the beginning of it), but that should get a build going.
Matt