Re: ATTN Euphoria 4.0 users/testers
- Posted by jeremy (admin) Apr 01, 2009
- 1064 views
Matt:
I don't understand your instructions ?
Does the word 'head' mean trunk ?
Are you saying update to SVN 1631 and build binaries.
Now what do you mean by install ????
What is purpose of updating SVN 1635 and building binaries ????
Now what do you mean by install ????
I know you understand perfectly what your instructions are trying to accomplish but the instructions have no detailed purpose.
Remember everyone's system may not be setup the same way your is.
Bernie,
Do you use SVN to access the latest sources of Euphoria? If so, then your sources are exactly the same as Matts. I do not know how to do it in GUI land, but on the command line, what Matt says we have to do is:
C:\Euphoria > svn up -r 1631 -- update the current source to revision 1631. C:\Euphoria > cd source C:\Euphoria\source > wmake /f makefile.wat C:\Euphoria\source > copy *.exe ..\bin C:\Euphoria\source > copy *.lib ..\bin C:\Euphoria\source > cd ..
Then repeat the above steps for revision 1635.
Jeremy