From b97de6887da6e46817098a552f403393828acaa7 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 7 Oct 2017 19:16:29 +0000 Subject: [PATCH] use same terms for both scons and python git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6925 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index 5de856a7..91044782 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -9,7 +9,7 @@ The official release is built with MSVC6 \W{http://web.archive.org/web/200605091 Source code is available in \W{http://nsis.svn.sourceforge.net/viewvc/nsis/}{SVN} and as a separate package with every \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{NSIS distribution}. -To build NSIS, \W{http://www.python.org/}{Python} and \W{http://www.scons.org/}{SCons} must be installed. Currently, the supported version of SCons is version 1.2.0 and above. Any version of Python above 2.6 is supported. +To build NSIS, \W{http://www.python.org/}{Python} and \W{http://www.scons.org/}{SCons} must be installed. Currently, the supported version of SCons is version 1.2.0 and above. Any version of Python 2.7 and above is supported. NSIS uses the \W{http://zlib.net}{zlib} compression library. As a consequence the header and library files of zlib must be installed.