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
|
||||
--------
|
||||
|
||||
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
|
||||
$ ninja -C _build
|
||||
$ ninja -C _build install
|
||||
$ meson setup _build
|
||||
$ meson compile -C _build
|
||||
$ meson test -C _build
|
||||
$ meson install -C _build
|
||||
```
|
||||
|
||||
Contributing
|
||||
|
Loading…
Reference in New Issue
Block a user