- gdb
sudo apt install gdb
- clang
sudo apt install clang
- raylib
PROJECT_NAME
defualt is gameCOMPILER_PATH
defualt is /usr/bin/clangBUILD_MODE
defualt RELEASECC
(C compiler) defualt clangOBJS
defualt src/main.c (this is for your main file)
includePath
defualt ~/Documents/raylib/src/** this is the location of where raylib is installed