Hi,

the scons system is now able to install hydrogen on your system ( 
similar to "make install"). You can try it by yourself by typing "scons 
install".

I'm taking this mail as a chance to inform you about some other 
scons-improvements:

1. I added some checks last weeks to make sure all libraries are 
installed before compiling hydrogen
2. You can enable/disable some features now.  See "scons -h" for more 
details..
3. You can choose a prefix ( for example: scons prefix=/usr/local ).
4. You can choose a destdir ( for example: scons destdir=/home/sebastian 
)  (Attention: Destdir and prefix must *not* end with a "/" ! Sry, but 
there were no time for better input-handling today)

Example: 'scons prefix=/opt destdir=/home/sebastian'  installs h2 into 
/home/sebastian/opt. Do not forget to supply destdir and prefix when you 
run scons with the install argument. A simple "scons install" would 
override the settings (at least it should, as i understood it).

And i stumbled across a possible solution of my "rebuild-problem": The 
file config.h is included in every other file, so everything gets 
rebuild if config.h changes. And config.h keeps the current svn-revision 
, which leads to a complete rebuild after every commit / update ;-)
If you want to see why something was rebuild, you can enable a debug 
switch:  scons --debug=explain

-Sebastian





-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to