Building and SVN > rev 2012

new topic     » topic index » view thread      » older message » newer message

A change was made in SVN REV 2012 that changes the build process slightly. On Unix the Makefile was renamed to Makefile.gnu. On Windows the Makefile was left Makefile.wat. The associated configure and configure.bat files copies the correct Makefile.(gnu/wat) to Makefile. Thus, for Windows, you can simply:

C:\euphoria\source> configure.bat --build build 
C:\euphoria\source> wmake 

On Linux, you can do the same thing but you have to run configure first:

~/euphoria$ ./configure --build build 
~/euphoria$ make 

Jeremy

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu