aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-12 13:47:24 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-12 22:14:05 +0200
commit9cee7367683576b2a4abb122205d0367d5a92fab (patch)
tree559dd832f6175f9ab6f2082f319cc82c70ad5c43 /README.md
parente1fd8300709455b2663b98cb2f3d0cfe80427ee9 (diff)
downloadmeson-9cee7367683576b2a4abb122205d0367d5a92fab.zip
meson-9cee7367683576b2a4abb122205d0367d5a92fab.tar.gz
meson-9cee7367683576b2a4abb122205d0367d5a92fab.tar.bz2
doc: readme note that can get ninja via pip install ninja [skip ci]
A new Meson user may not realize how easy it is to get Ninja via pip install ninja
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 175e7f6..073dfa4 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,12 @@ pip will download the package automatically). The exact command to
type to install with Pip can vary between systems, be sure to use the
Python 3 version of Pip.
+For builds using Ninja, Ninja can be [downloaded directly](https://github.com/ninja-build/ninja/releases) or via
+
+```sh
+python3 -m pip install ninja
+```
+
#### Running
Meson requires that you have a source directory and a build directory