cmake-tutorial Build process in C/C++ Dependencies $ sudo apt install build-essential Get started $ cd src/app Follow the README.md starting from tutorial1 to tutorial3 Using CMake $ mkdir build $ cd build $ cmake .. $ cmake --build . $ cpack