From c6431fe47e93f2d9dabeb4890842fd45ee983c56 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 18 Jun 2018 22:36:54 +0300 Subject: Added documentation. --- docs/markdown/snippets/install_command.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/markdown/snippets/install_command.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/install_command.md b/docs/markdown/snippets/install_command.md new file mode 100644 index 0000000..68866c9 --- /dev/null +++ b/docs/markdown/snippets/install_command.md @@ -0,0 +1,12 @@ +## Made install a top level Meson command + +You can now run `meson install` in your build directory and it will do +the install. It has several command line options you can toggle the +behaviour that is not in the default `ninja install` invocation. This +is similar to how `meson test` already works. + +For example, to install only the files that have changed, you can do: + +```console +meson install --only-changed +``` -- cgit v1.1