Re: How to compile Euphoria 4.x under Mac OS X
- Posted by jeremy (admin) Jun 17, 2009
- 993 views
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
Jeremy