Re: Installing Euphoria 4.x in FreeBSD
- Posted by mattlewis (admin) Oct 19, 2010
- 1131 views
euphoric said...
Where's the docs?
I'm going to build from source, so where do I put the temporary eubins-originated Linux-binary eui interpreter? :)
It doesn't really matter--for the purpose of translating, you can specify where when you run configure. So, suppose you put them in /eubin. Then, from the euphoria source dir, you should be able to:
$ ./configure --eubin ~/eubin $ gmake all test $ sudo gmake install
Note the use of gmake. On BSD, "make" is BSD make, but we only have GNU makefiles. This will put your binaries in /usr/local/bin.
That's at least two people who have asked for FreeBSD versions...I suppose we should try to supply binaries...
Matt