Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 558 Bytes

Clone:

git clone https://github.com/ostis-ai/scp-machine.git

Build scp-machine

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