From 1e6c038b6f6a253e71913e483821cb3d6ec042dd Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 17 Nov 2024 11:06:47 -0800 Subject: [PATCH] Update INSTALL.md with note on ninja-build --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 909474b97c..ead00ce4b2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Quick start -Netatalk uses the Meson build system. +Netatalk uses the Meson build system with ninja-build as the backend. Meson only supports out-of-tree builds, and must be passed a directory to put built and generated sources into. We'll call that directory "build" here. It's