Re: Build Euphoria 4 in Linux
- Posted by jimcbrown (admin) Nov 01, 2009
- 1015 views
jimcbrown said...
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
This is just the old configure make make install that is ubiquitous.
I realized that the official way is to use eu.cfg rather then setting PATH or EUDIR, but i've never tried to use eu.cfg