/sc-machine

Software implementation of sc-machine

Primary LanguageC++OtherNOASSERTION

Chat:

Join the chat at https://gitter.im/ostis-dev/sc-machine

Documentation http://ostis-dev.github.io/sc-machine/

Master: Build Status

Build on ubuntu:

git clone https://github.com/ostis-dev/sc-machine.git
cd sc-machine
./scripts/install_deps_ubuntu.sh
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release # use Debug for debug build
make