BlueSky integration platform
To build BlueSky kernel you need:
1. Python (>=2.5)
2. Boost libraries
3. Loki library
4. libconfig++ (will be removed due to GPL license)
8. SCons - build system
1) To build kernel without python support to exe/debug simply run:
scons -u
2) To build release:
scons -u release=1
with debug disabled:
scons -u release=1 debug=0
3) To add python support:
scons ... py=1
4) To make install somewhere:
scons ... install=1 prefix=[kernel_prefix] [plugin_prefix=[...]]
5) In order to customize build, setup library paths, etc, you'll need to create/edit
scons_env.custom
and possibly
scons_vars.custom
scripts.
For more detailed info read SConstruct comments