Re: Installing euphoria-4.0b2 on Xubuntu
- Posted by jimcbrown (admin) Oct 30, 2009
- 1825 views
I think I have to add a line to the /etc/profile file as follows:
PATH=/home/carolyn/euphoria-4.0b2/bin:$PATH
Is that right?
Yes.
If so, do I type that before or after the umask 022 at the end of the file? Or earlier in the file than that?
The location should not matter, any of those places should be fine.
Then there's something about either creating an eu.cfg file or setting up EUDIR and EUINC. The latter sounds easier but I don't know what EUDIR and EUINC should consist of or where to put them.
They go in the same place, under the PATH line that you put in /etc/profile, and should look like this:
export EUDIR=/home/carolyn/euphoria-4.0b2 export EUINC=/home/carolyn/euphoria-4.0b2/include
Note that the EUINC line is optional (i.e. you don't have to add it).

