You can now install Felix as follows:

114:felix johnskaller$ sudo build/release-optimized/bin/flx 
--test=build/release-optimized/ --install 
Install Felix: ONLY ON UNIX (you may need to be superuser)
Always installs the --test directory to the configured install target
Because that is hard coded into this program
Note: does NOT install this program 'flx' into your PATH!
FROM: build/release-optimized/
TO  : /usr/local/lib/felix/felix-1.1.4_rc2
Install succeeded

This copies the build directory specified in --test to lib/felix in the 
configured 
PREFIX set when building with --prefix.

It does NOT copy itself into your PATH. You can NOT install Felix anywhere
other than the configured place using this command at this time: if you did
you would have to invoke it always with --test to specify the install directory.
I  may fix this by "editing" the script "flx.flx" on the fly and recompiling it,
so when it is installed it points at itself.

Another way is to make a bash script in ~/bin or /usr/local/bin which says:

$FID/bin/flx --test=$FID $@

where FID is the install directory. You can then override the version of felix
being used by either editing this script, setting the environment variable 
INSTALL_ROOT,
or using the --test option (if there are several --test options the last one 
rules).

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to