git clone https://github.com/ostis-ai/scp-machine.git
Before build scp-machine make sure that sc-machine is assembled. Sc-machine and scp-machine must be allocated in the same folder. Sc-machine version to use: 0.9.0-Unlock
./scripts/build_scp_machine.sh #You can also pass all CMake generation arguments there
or, alternatively (requires CMake 3.13+)
cmake -B build -DCMAKE_BUILD_TYPE=Release #or Debug type for development
cmake --build build -j$(nproc) #-j flag for paralleled build process