Build on OSX
Clone
git clone https://github.com/ostis-dev/sc-machine.git
cd sc-machine
Install dependencies
Setup Java
Use package: https://support.apple.com/kb/dl1572?locale=en_US
Setup build packages with brew
cd scripts
./install_deps_osx.sh
cd ..
pip3 --user -r requirements.txt
Build
cd sc-machine
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release # use Debug for debug build
make