Re: Building eu40.4 question
- Posted by BRyan Aug 07, 2012
- 3184 views
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
I made the mistake of allowing the installer to set up the environment variables
automatically and it did not set up watcom bin paths so I will delete and setup
and edit by hand.
Thanks Matt
Bernie