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.
This commit is contained in:
Barnabás Pőcze 2022-06-15 15:35:44 +02:00 committed by Wim Taymans
parent 24177c3bae
commit f6ddac3f8e

View file

@ -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
```