summaryrefslogtreecommitdiffstats
path: root/docs/install.html
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-12-20 13:43:29 -0800
committerDylan Baker <[email protected]>2018-12-27 09:03:20 -0800
commit4c32964f49362ae2661468b29b5128d579b5af38 (patch)
treebdb0303b112bd92b57414794bc66dae344e2b536 /docs/install.html
parenta57dbe69717244df854218ffef1e1d4b9000f2ee (diff)
docs/install: Update python dependency section
Note that meson requires python 3, scons requires python 2, and autotools works with either. Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Eric Engeström <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html
index d010eed7e14..b6a75baeeb9 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -74,7 +74,9 @@ you think you've spotted a bug let developers know by filing a
<ul>
<li><a href="https://www.python.org/">Python</a> - Python is required.
-Version 2.7 or later should work.
+When building with scons 2.7 is required.
+When building with meson 3.5 or newer is required.
+When building with autotools 2.7, or 3.5 or later are required.
</li>
<li><a href="http://www.makotemplates.org/">Python Mako module</a> -
Python Mako module is required. Version 0.8.0 or later should work.