From dac3dfe20bc45e411736268f437cb805db8e7c28 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 8 Sep 2005 16:48:17 +0000 Subject: [PATCH] scons 0.96.91 is required git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4243 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 2 +- SConstruct | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index 07583568..faa0287e 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -6,7 +6,7 @@ NSIS version 2.07 introduced a new build system, based on \W{http://www.scons.or Source code is available in \W{http://cvs.sourceforge.net/viewcvs.py/nsis}{CVS} 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 0.96.90. Any version of Python above 1.5.2 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 0.96.91. Any version of Python above 1.6 is supported. To build, open a console, change the working directory to the root directory of NSIS and type \c{scons}. That's it. For example: diff --git a/SConstruct b/SConstruct index 0c6d8450..9d7353ac 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ ## EnsurePythonVersion(1,6) -# no revision check yet - EnsureSConsVersion(0,96,90) +EnsureSConsVersion(0,96,91) stubs = [ 'bzip2', @@ -51,7 +51,6 @@ misc = [ ] defenv = Environment() -defenv.SConsignFile() Export('defenv') ######################################################################