- CMake
- Create a build directory and navigate to it:
mkdir build
cd build- Run CMake to configure the project:
cmake ..- Build the project:
cmake --build .After building, you can run the executable located in the build directory. Example:
./Sbd2| Name | Name | Last commit date | ||
|---|---|---|---|---|
mkdir build
cd buildcmake ..cmake --build .After building, you can run the executable located in the build directory. Example:
./Sbd2