Fix ninja package name in Ubuntu build instructions (#482)

This commit is contained in:
lkoger 2024-10-06 12:07:26 -05:00 committed by GitHub
parent d99a84f04f
commit 0d0f64e32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ For Linux the instructions for Ubuntu are provided, but you can find the equival
```bash ```bash
# For Ubuntu, simply run: # For Ubuntu, simply run:
sudo apt-get install cmake ninja libsdl2-dev libgtk-3-dev lld llvm clang-15 sudo apt-get install cmake ninja-build libsdl2-dev libgtk-3-dev lld llvm clang
``` ```
### Windows ### Windows