Skip to content

Commit 1b7c7c8

Browse files
authored
Fix ninja package name in BUILDING.md
Debian and Ubuntu package the Ninja build system as `ninja-build` not `ninja`.
1 parent 9f47262 commit 1b7c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Optional packages for additional features:
2222
sudo apt install qtbase5-dev # For building Qt-based UIs
2323
sudo apt install libvisual-0.4-dev # To build the libvisual plug-in
2424
sudo apt install libjack-jackd2-dev # To build the JACK visualizer application
25-
sudo apt install ninja # To build projectM with Ninja instead of make
25+
sudo apt install ninja-build # To build projectM with Ninja instead of make
2626
```
2727

2828
### Download the projectM sources

0 commit comments

Comments
 (0)