We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2298eaa + 25136dc commit e11ebccCopy full SHA for e11ebcc
README.md
@@ -22,9 +22,9 @@ You'll need the following dependencies:
22
To build the Demo you'll additionally need:
23
* libshumate-dev
24
25
-Run `meson build` to configure the build environment:
+Run `meson setup` to configure the build environment:
26
27
- meson build --prefix=/usr
+ meson setup build --prefix=/usr
28
29
This command creates a `build` directory. For all following commands, change to
30
the build directory before running them.
0 commit comments