mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
README.md: update build instructions
...because running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
This commit is contained in:
parent
d00327bc32
commit
1ebf5bce90
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ The obligatory screenshot:
|
|||
|
||||
To build, simply run:
|
||||
|
||||
meson build/
|
||||
ninja -C build/
|
||||
meson setup build/
|
||||
meson compile -C build/
|
||||
|
||||
Run-time dependencies include:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue