Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 699 Bytes

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/deniskoronchik/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