revise meson cheatsheet

This commit is contained in:
John Cupitt 2022-08-08 15:57:11 +01:00
parent 0f56b099d0
commit 1482753c90
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ of the libvips optional dependencies.
```
cd libvips-x.y.x
meson setup build-dir --prefix=/aaa/bbb/ccc
cd build-dir
meson build --prefix=/aaa/bbb/ccc
cd build
meson compile
meson test
meson install