mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Update meson example commands
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
c217e5905c
commit
716bd4dfd7
@ -143,9 +143,8 @@ To compile the Git version of GLib on your system, you will need to
|
|||||||
configure your build using Meson:
|
configure your build using Meson:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ meson _builddir .
|
$ meson setup _builddir .
|
||||||
$ cd _builddir
|
$ ninja -C _builddir
|
||||||
$ ninja
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Typically, you should work on your own branch:
|
Typically, you should work on your own branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user