From 0d78622e954988e97fee0cf8100aba2ddbb5b92d Mon Sep 17 00:00:00 2001 From: Eloston Date: Sat, 13 May 2017 15:35:38 -0700 Subject: [PATCH] Fix Debian ninja-build package name --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index da4467f9..f288e434 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -68,7 +68,7 @@ These instructions will create `.deb` packages using ungoogled-chromium's variat The build should work on the CPU architectures `amd64`, `i386`, `arm64`, and `armhf`. -Install common requirements: `# apt install packaging-dev python3 python2 ninja` +Install common requirements: `# apt install packaging-dev python3 python2 ninja-build` For Debian 9 (stretch):