I personally run an Arch (btw) Linux environment.
So that is what the following guide will use.
sudo pacman -S raylib cmake base-develI use CMake to build the game.
# Set CMake source and build
cmake -B build & cmake --build build
# Run The Game
./build/main