-
Notifications
You must be signed in to change notification settings - Fork 0
HOW TO Build SiOO
###HOW TO build the SiOO Libraries and Tools
First, if you look in the out
directory you will find a set of static libraries with headers and prebuilt elf executables that should run on any GNU/linux libc based system. You should be able to to build SiOO on any GNU/Linux development system by changing into the root of the source tree, and trying:
./make-sioo
You may need to
chmod u+x make-sioo
This is a simple sh script that manages the process, it will build the kernel, headers and the CLI interface and dump it all into the sioo/out
directory. There is no install yet.
Note that at this time the kernel is built with an autotools ./configure && make
process but the CLI is built with a hand-rolled make file.
Note to use the demos, please cd
or pushd
into the sioo/cli
directory before running the demo commands or sourcing .sioo
or .soar
demo files.
This page has a custom sidebar.