- C/C++ compiler
- CMake & Make
- Clone the repo
git clone https://github.com/budchirp/cpp-template && cd cpp-template
-
Change project name in
CMakeLists.txt
-
Compile the code
mkdir build && cd build
cmake .. && make -j$(nproc)
NOTE: If you're using fish, remove the
$
sign.
- Have fun!
./PROJECT_NAME