forked from uentity/bluesky
-
Notifications
You must be signed in to change notification settings - Fork 0
Integration platform and framework in C++
License
bluesky-team/bluesky
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BlueSky integration platform To build BlueSky kernel you need: 1. Python (>=2.5) 2. Boost libraries (>=1.46) 3. Loki library 4. SCons - build system 1) To build kernel without python support to exe/debug simply run: scons -u 2) To build release: scons -u build_kinds=release Build debug similar: scons -u build_kinds=debug Both release and debug: scons -u build_kinds=debug,release 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.
About
Integration platform and framework in C++
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 96.8%
- Python 2.2%
- Other 1.0%