Centipede 0.0.1
Centipede program
Loading...
Searching...
No Matches
Installation

Compile from source

  1. Git clone the repository:

    git clone https://github.com/YanzhaoW/centipede.cpp.git centipede
  2. Go to the project and load all git submodules:

    cd centipede
    git submodule update --init --recursive
  3. Compile and build the project:

    cmake --workflow --preset default