Skip to content

Software implementation of semantic network program interpreter

Notifications You must be signed in to change notification settings

ostis-ai/scp-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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