1. Installing Euphoria 4.x in FreeBSD
- Posted by euphoric (admin) Oct 19, 2010
- 1189 views
Where's the docs?
I'm going to build from source, so where do I put the temporary eubins-originated Linux-binary eui interpreter? :)
2. Re: Installing Euphoria 4.x in FreeBSD
- Posted by mattlewis (admin) Oct 19, 2010
- 1134 views
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
3. Re: Installing Euphoria 4.x in FreeBSD
- Posted by euphoric (admin) Oct 19, 2010
- 1128 views
Here's what I get when I do this:
freebsd# ./configure --eubin /disk2/files/ export: 23: bad variable name