Re: Build Euphoria 4 in Linux
- Posted by jimcbrown (admin) Nov 01, 2009
- 1034 views
DerekParnell said...
Ok, I've now installed Ubuntu and want to build Euphoria 4. I've downloaded the eubins files and done an "svn co" to get all the trunk stuff. I can run eui without problems.
So now can someone give me step-by-step instructions on how to build from source, or pass on a script file they have developed? I've tried a few things already and had total failure so far. Is there a makefile that I'm supposed to be using?
I thought it was obvious.
cp /where-eu4-linux-eubins-are/* /where-eu4-trunk-is/bin/ cd /where-eu4-trunk-is/source/ export PATH=$PATH:/where-eu4-trunk-is/bin/ export EUDIR=/where-eu4-trunk-is/ ./configure make