From 1b7c7c844c59e4b050be1e68acaf54a63a5bdf8d Mon Sep 17 00:00:00 2001 From: Ian McKellar Date: Sat, 4 Jan 2025 19:36:41 +0000 Subject: [PATCH] Fix ninja package name in BUILDING.md Debian and Ubuntu package the Ninja build system as `ninja-build` not `ninja`. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 1b9a80682..9af6581a1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,7 +22,7 @@ Optional packages for additional features: sudo apt install qtbase5-dev # For building Qt-based UIs sudo apt install libvisual-0.4-dev # To build the libvisual plug-in sudo apt install libjack-jackd2-dev # To build the JACK visualizer application -sudo apt install ninja # To build projectM with Ninja instead of make +sudo apt install ninja-build # To build projectM with Ninja instead of make ``` ### Download the projectM sources