docs/install: Update python dependency section
authorDylan Baker <dylan@pnwbakers.com>
Thu, 20 Dec 2018 21:43:29 +0000 (13:43 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 27 Dec 2018 17:03:20 +0000 (09:03 -0800)
Note that meson requires python 3, scons requires python 2, and
autotools works with either.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Eric Engeström <eric@engestrom.ch>
docs/install.html

index d010eed7e14eadac2ac588dc09e15567d89dc0f7..b6a75baeeb9341664213bf622c8d3609fb2e47ec 100644 (file)
@@ -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.