From 4c32964f49362ae2661468b29b5128d579b5af38 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 20 Dec 2018 13:43:29 -0800 Subject: [PATCH] docs/install: Update python dependency section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Note that meson requires python 3, scons requires python 2, and autotools works with either. Reviewed-by: Jordan Justen Reviewed-by: Eric Engeström --- docs/install.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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
  • Python - 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.
  • Python Mako module - Python Mako module is required. Version 0.8.0 or later should work. -- 2.30.2