aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-01-09 16:57:04 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2017-01-09 14:03:03 -0500
commit747d4f2b03d471efd01a6929dc4bd2c789b1c610 (patch)
tree3cbdd7346d679cbe455ccd10e540cefa0e25582d /README.md
parent00f62d07558f74f57972f35eb9508d0a78019cc2 (diff)
downloadmeson-747d4f2b03d471efd01a6929dc4bd2c789b1c610.zip
meson-747d4f2b03d471efd01a6929dc4bd2c789b1c610.tar.gz
meson-747d4f2b03d471efd01a6929dc4bd2c789b1c610.tar.bz2
We only need Ninja 1.5.x for the core code
This change helps us run on older distros such as Ubuntu LTS which is very lazy in updating even non-core and stable packages such as Ninja. Ninja 1.6.x is only needed for running the tests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 645dd97..e3c1254 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ build system.
####Dependencies
- [Python](http://python.org) (version 3.4 or newer)
- - [Ninja](https://ninja-build.org)
+ - [Ninja](https://ninja-build.org) (version 1.5 or newer)
####Installing from source