From b147dee7759a51ddd5b2da2f129a6beb9dab480f Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 28 Jun 2013 21:24:53 +0000 Subject: [PATCH] [Doc] Provide commands to check out stable or development versions --- doc/sphinx/compiling.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index faa93cf7c..86a62343f 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -107,17 +107,32 @@ OS X Downloading the Cantera source code =================================== +Stable Release +-------------- + * Option 1: Download the most recent source tarball from the `Cantera Google Code Site `_ and extract the contents. * Option 2: Check out the code using Subversion:: - svn checkout http://cantera.googlecode.com/svn/cantera/trunk/ cantera + svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.0/ cantera * Option 3: Check out the code using Git:: git svn clone --std-layout http://cantera.googlecode.com/svn/cantera cantera + git checkout 2.0 + +Development Version +------------------- + +* Option 1: Check out the code using Subversion:: + + svn checkout http://cantera.googlecode.com/svn/cantera/trunk/ cantera + +* Option 2: Check out the code using Git:: + + git svn clone --std-layout http://cantera.googlecode.com/svn/cantera cantera Determine configuration options ===============================