Remove obsolete references to Subversion

This commit is contained in:
Ray Speth 2015-04-29 18:06:40 -04:00
parent c1304e9ee6
commit c371751f65
3 changed files with 3 additions and 9 deletions

View file

@ -39,8 +39,8 @@ Linux
cython python-dev python-numpy python-numpy-dev
* Checking out the source code from version control requires either Git (install
``git`` and ``git-svn``) or Subversion (install ``subversion``).
* Checking out the source code from version control requires Git (install
``git``).
* The minimum compatible Cython version is 0.17. If your distribution does not
contain a suitable version, you may be able to install a more recent version
@ -403,11 +403,6 @@ program.
Other Required Software
-----------------------
* Subversion
* For Windows: http://tortoisesvn.net/downloads.html
* Known to work with versions >= 1.6
* SCons:
* http://www.scons.org/download.php

View file

@ -45,7 +45,7 @@ Installation & Compilation
* The output of the ``scons build`` and ``scons build dump`` commands
(you can direct this output to a file by running ``scons build >buildlog.txt 2>&1``)
* The exact version of Cantera you are trying to compile, and how it was
obtained (i.e. downloaded source tarball or the specific Git/SVN commit)
obtained (i.e. downloaded source tarball or the specific Git commit)
* Your operating system, compiler versions, and the versions of any other
relevant software.

View file

@ -3,7 +3,6 @@
//---------------------------- Version Flags ------------------//
// Cantera version -> this will be a double-quoted string value
// referring to branch number within svn
%(CANTERA_VERSION)s
//------------------------ Development flags ------------------//