← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3387: Raise the minimum required version of Python and SCons

 

------------------------------------------------------------
revno: 3387
fixes bug: https://launchpad.net/bugs/1259716
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Wed 2013-12-11 22:46:08 +0100
message:
  Raise the minimum required version of Python and SCons
modified:
  Compile.txt


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'Compile.txt'
--- Compile.txt	2013-12-09 23:12:01 +0000
+++ Compile.txt	2013-12-11 21:46:08 +0000
@@ -15,13 +15,13 @@
 		Have a look at section 2 for additional steps to configure the compiler.
 		Have a look at section 4 for alternative compilers.
 
-		* Python - 2.5.x
+		* Python - 2.7.x
 		<http://www.python.org>
 
 		Note: Python 3.x is incompatible with SCons as of writing this.
 		Make sure that Python is in your PATH environment variable.
 
-		* SCons - 0.98.5 but using the most recent version is recommended
+		* SCons - 2.3.0 but using the most recent stable version is recommended
 		<http://www.scons.org/download.php>
 
 		Note: SCons relies on Python so you need to have Python installed first.