Skip to content

Commit

Permalink
Updated minimum Python version in build docs
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6923 212acab6-be3b-0410-9dea-997c60f758d6
  • Loading branch information
sredna committed Oct 7, 2017
1 parent 1fcdb67 commit 1ee2a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/src/build.but
Original file line number Diff line number Diff line change
Expand Up @@ -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 1.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 above 2.6 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.
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.

- Requirements

* Python version 1.6 and above (http://www.python.org/)
* Python version 2.7 and above (http://www.python.org/)
* SCons version 1.2.0 and above (http://www.scons.org/)
* zlib version 1.2.3 and above (http://www.zlib.net/)
* C compiler
Expand Down

0 comments on commit 1ee2a1e

Please sign in to comment.