Hehe , I don't want to share what this is.
-
Ensure you have
yaml-cpp
,googletest
, andlibcurl
installed on your system. -
Create a build directory, configure the project, and build it:
mkdir -p build && cd build cmake -DCMAKE_PREFIX_PATH="/usr/local" ../turbo make
-
Use Turbo: The turbo binary will be generated inside build/bin and is ready for use.
-
Run Tests: To execute tests, use ctest in the build directory: