From a54cd1ee2b6e1f8d713411ce6d66d588febd1c78 Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen Date: Thu, 24 Dec 2020 18:21:46 +0200 Subject: [PATCH] Be explicit, where to run "meson install" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This happens if the autogen.sh compilation method is used: ➜ pipewire (master) ✔ meson install Install data not found. Run this command in build directory root. ➜ pipewire (master) ✔ Fix this by stating in the "Installing" section the correct location to run "meson install". Signed-off-by: Jarkko Sakkinen --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 628f6efa5..a5cc86561 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,7 +65,8 @@ systemctl --user stop pipewire.socket ## Installing -PipeWire comes with quite a bit of libraries and tools, use: +PipeWire comes with quite a bit of libraries and tools, run +inside `build`: ``` sudo meson install