mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
docs: Update references to Meson CLI utilities
The separate `mesonconf` and `mesontest` binaries have been deprecated, in favour of `meson` sub-commands.
This commit is contained in:
parent
12b155eae7
commit
9957dd59b0
@ -84,7 +84,7 @@ $ ninja
|
|||||||
You can run the test suite using:
|
You can run the test suite using:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ mesontest
|
$ meson test
|
||||||
```
|
```
|
||||||
|
|
||||||
And, finally, you can install GTK+ using:
|
And, finally, you can install GTK+ using:
|
||||||
|
@ -54,7 +54,7 @@ $ ninja -C _build gtk40-properties-pot
|
|||||||
release. **Note**: this is critical, a slip-up here will cause the soname
|
release. **Note**: this is critical, a slip-up here will cause the soname
|
||||||
to change.
|
to change.
|
||||||
|
|
||||||
6. Make sure that `mesontest` is happy (`ninja dist` will also run the test
|
6. Make sure that `meson test` is happy (`ninja dist` will also run the test
|
||||||
suite, but it's better to catch issues before committing and tagging
|
suite, but it's better to catch issues before committing and tagging
|
||||||
the release). Typical problems to expect here (depending on whether this
|
the release). Typical problems to expect here (depending on whether this
|
||||||
is a devel snapshot or a stable release):
|
is a devel snapshot or a stable release):
|
||||||
|
@ -56,7 +56,7 @@ How to compile GTK+ itself
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You can get a list of all available options for the build by
|
You can get a list of all available options for the build by
|
||||||
running <application>mesonconf</application>.
|
running <application>meson configure</application>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
After Meson successfully configured the build directory, you then
|
After Meson successfully configured the build directory, you then
|
||||||
|
Loading…
Reference in New Issue
Block a user