Re: Release Candidate 2 Released!
- Posted by jeremy (admin) Dec 08, 2010
- 1373 views
ChrisB said...
Need a generic Linux package. I can extract from a .deb manually, but its a pain.
I made a generic Linux install last release but too many people couldn't use it because of the wide variety of libc versions out there on the different Linux distributions. You should be able to download the Linux source release and compile w/o having any previous Euphoria installation.
$ wget http://sourceforge.net/projects/rapideuphoria/files/Rapid%20Euphoria/4.0.0.RC2/Linux/euphoria_4.0.0-eu2-RC.2.tar.gz/download $ cd euphoria_4.0.0-eu2-RC.2/source $ ./configure $ make $ make install
On IRC they are talking about how to build a generic release right now that would have more success. So, up to you if you want to wait and see if they come up with anything or just build from sources above and be assured it will work on your exact distributions.
Jeremy