Update BUILDING.md

This commit is contained in:
David Chavez 2024-05-17 23:41:40 +02:00 committed by GitHub
parent 85c5fbcab8
commit 542a64186d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ You will need a few dependencies. For Linux we provide the instructions for Ubun
```bash
# For Ubuntu, simply run:
cmake ninja libsdl2-dev libgtk-3-dev lld llvm clang-15
sudo apt-get install cmake ninja libsdl2-dev libgtk-3-dev lld llvm clang-15
# For Windows, you can use Chocolatey:
choco cmake install ninja sdl2 gtk3 llvm