Skip to content

Commit 1ee2a1e

Browse files
committed
Updated minimum Python version in build docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6923 212acab6-be3b-0410-9dea-997c60f758d6
1 parent 1fcdb67 commit 1ee2a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docs/src/build.but

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The official release is built with MSVC6 \W{http://web.archive.org/web/200605091
99

1010
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}.
1111

12-
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 1.6 is supported.
12+
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.
1313

1414
NSIS uses the \W{http://zlib.net}{zlib} compression library. As a
1515
consequence the header and library files of zlib must be installed.

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
55

66
- Requirements
77

8-
* Python version 1.6 and above (http://www.python.org/)
8+
* Python version 2.7 and above (http://www.python.org/)
99
* SCons version 1.2.0 and above (http://www.scons.org/)
1010
* zlib version 1.2.3 and above (http://www.zlib.net/)
1111
* C compiler

0 commit comments

Comments
 (0)