mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
README: replace ninja with meson commands
Meson provides wrappers for the ninja build commands, so let's make use of those.
This commit is contained in:
parent
da60df0e77
commit
1b6ac89c0a
@ -17,12 +17,13 @@ You can find the nightly documentation at https://gnome.pages.gitlab.gnome.org/l
|
|||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
To build and install libsecret, you can use the following commands:
|
To build, test and install libsecret, you can use the following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ meson _build
|
$ meson setup _build
|
||||||
$ ninja -C _build
|
$ meson compile -C _build
|
||||||
$ ninja -C _build install
|
$ meson test -C _build
|
||||||
|
$ meson install -C _build
|
||||||
```
|
```
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
|
Loading…
Reference in New Issue
Block a user