Make install doc less surprising for new users [skip ci]

pull/3639/head
Michael Mera 7 years ago committed by Jussi Pakkanen
parent 320a5865d9
commit 1ff15f527b
  1. 3
      docs/markdown/Running-Meson.md

@ -132,6 +132,9 @@ Installing the built software is just as simple.
ninja install
Note that Meson will only install build targets explicitly tagged as
installable, as detailed in the [installing targets documentation](Installing.md).
By default Meson installs to `/usr/local`. This can be changed by
passing the command line argument `--prefix /your/prefix` to Meson
during configure time. Meson also supports the `DESTDIR` variable used

Loading…
Cancel
Save