Re: Euphoria and apt
- Posted by Alexander Toresson <alexander.toresson at g?ai?.com> Sep 21, 2007
- 540 views
Jason Gade wrote: > > I think one of the key things would be to install stuff to "the right places". > > Such as "/opt" or "usr/local" for Euphoria (I think I would prefer /opt > myself) > and then either soft links or scripts in the path pointing to the right binary > versions. > > And then pointing the interpreter to the proper include directory. > Here's the debian policy manual: http://www.debian.org/doc/debian-policy/index.html And yes, quite an important part of it is where to place files. This basically follows the FHS, the file hierarchy standard. And well, that applications from packages install themselved into /opt or /usr/local is prohibited. But the policy does far from only consist of placing files in the right places. In any case, yes, environment variables (EUDIR and EUINC) will have to be provided. And this might be a problem. I solved this in my packages version of 2.5 so that exu was a bash script that first set the env vars correctly and then called the real exu binary. Regards, Alexander Toresson