1. euphoria 4
- Posted by jesaja Nov 06, 2008
- 1216 views
hi, where can i download a complete version 4 alpha or less for windows? i would like to use a complete preview and not to have to compile the stuff myself.
jesaja
2. Re: euphoria 4
- Posted by rkdavis Nov 06, 2008
- 1224 views
i've grabbed copies from two places to use for bootstrapping my own compiles but as they are already compiled they'll do for your needs.
http://euphoria.blogdns.com/
http://jeremy.cowgar.com/eubins/
(i've listed both because i sometimes have trouble getting to one or the other)
3. Re: euphoria 4
- Posted by rkdavis Nov 06, 2008
- 1241 views
i've grabbed copies from two places to use for bootstrapping my own compiles but as they are already compiled they'll do for your needs.
http://euphoria.blogdns.com/
http://jeremy.cowgar.com/eubins/
(i've listed both because i sometimes have trouble getting to one or the other)
oops forgot to mention they are just the binaries iirc and you'll have to grab the source and then copy the binaries to the bin dir. not quite what i think you wanted but it works
4. Re: euphoria 4
- Posted by jesaja Nov 06, 2008
- 1212 views
hi, thanks for your reply. i knew how to get the binaries, but is there a place where i can get the whole, complete euphoria with the includes and everything?
jesaja
5. Re: euphoria 4
- Posted by ne1uno Nov 06, 2008
- 1192 views
- Last edited Nov 07, 2008
is there a place where i can get the whole, complete euphoria with the includes and everything?
get an svn client and point it to euphoria 4 svn this is more efficient if you expect to update and compile your own binaries more often because it will only download what has changed. you can revert to an earlier version or only update the include directory as well,
or expand the the archive found here and add the precompiled binaries to ./bin
euphoria 4 svn/trunk.tar.gz
6. Re: euphoria 4
- Posted by SDPringle Nov 15, 2008
- 1095 views
I put an archive of my svn checkout on my site. It is in zip format. I removed the source directory from it. Add your downloaded binaries to the distribution bin directory after you extract the tree. You can then set EUDIR to the directory eutest that will be extracted when you unzip. After that you can add the new directory to your path like this: PATH=%EUDIR%\bin;%PATH% .
You should do this from the command line and run your tests at the same command prompt. It will not affect your production EUPHORIA that way.
Shawn
7. Re: euphoria 4
- Posted by ne1uno Nov 15, 2008
- 1045 views
I put an archive of my svn checkout on my site. It is in zip format. I removed the source directory from it.
in source directory there are several utilities dis.ex std.ex int.ex and anything they use along w/rev.e
you can add the new directory to your path like this: PATH=%EUDIR%\bin;%PATH% .
You should do this from the command line and run your tests at the same command prompt. It will not affect your production EUPHORIA that way.