On Linux
sudo apt install -y build-essential git cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
On Windows
- Install Python3
- Install CMake
- Check out Raylib installation guide (everything should work anyway)
Run toolchain.py
from the project root:
python toolchain.py -cbr
Run ./toolchain.py -h
to see all available options.