From f6ddac3f8ef35f254a88e566d832bcfed3a1790b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Wed, 15 Jun 2022 15:35:44 +0200 Subject: [PATCH] INSTALL.md: use `meson compile` The "compile" subcommand is available since meson 0.54, and it provides a backend agnostic way to start the build. --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9d6845b35..b8dbf8c00 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ section. They are defined in `meson_options.txt`. Finally, invoke the build: ``` -$ ninja -C builddir +$ meson compile -C builddir ``` Just to avoid any confusion: `autogen.sh` is a script invoked by *Jhbuild*, @@ -226,4 +226,3 @@ To uninstall, in the `builddir` directory run: ``` sudo ninja uninstall ``` -