Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
DESTDIR: out
PKG_CONFIG_PATH: ${{ github.workspace }}/build/meson-uninstalled
run: |
meson build
meson setup build
ninja -C build
ninja -C build install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ You'll need the following dependencies:
To build the Demo you'll additionally need:
* libshumate-dev

Run `meson build` to configure the build environment:
Run `meson setup` to configure the build environment:

meson build --prefix=/usr
meson setup build --prefix=/usr

This command creates a `build` directory. For all following commands, change to
the build directory before running them.
Expand Down