1. How to compile Euphoria 4.x under Mac OS X

Hi,

how can I compile Euphoria 4.x under Mac OS X?

Thanks,

Andreas

new topic     » topic index » view message » categorize

2. Re: How to compile Euphoria 4.x under Mac OS X

The easiest way is to download an eubin to bootstrap the process.

http://jeremy.cowgar.com/eubins/osx/

Once you do that, you can keep up to date by simply doing:

$ cd ~/euphoria/source 
$ ./configure --build build 
$ make 
$ cp build/eu* ../bin 
$ eui -version 

If you don't want to go the eubin bootstrapping way, then you have to translate the interpreter on a box w/Euphoria (say a Linux or Windows box), which will generate the source code. Then you have to zip up your directory, copy it to your mac, unzip, compile and hope for the best grin

Jeremy

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu