Difference between revisions of "How to get RHESSys"

From Rhessys
Jump to navigationJump to search
Line 1: Line 1:
 
===Getting the RHESSys source code===
 
===Getting the RHESSys source code===
 
The source for RHESSys and various tools for use with RHESSys is hosted on [http://sourceforge.net/projects/rhessys/ sourceforge] and
 
The source for RHESSys and various tools for use with RHESSys is hosted on [http://sourceforge.net/projects/rhessys/ sourceforge] and
accessible via anonymous subversion access. For the latest stable release, check out (the -r XXX will download the latest RHESSys version deemed stable)<br>
+
accessible via anonymous subversion access.
 +
 
 +
The latest stable release can be checked out at: <br>
  
 
'''<pre>$> svn co -r 318 https://rhessys.svn.sourceforge.net/svnroot/rhessys/trunk/</pre>'''
 
'''<pre>$> svn co -r 318 https://rhessys.svn.sourceforge.net/svnroot/rhessys/trunk/</pre>'''
 +
 +
(the -r ### will download the latest RHESSys version deemed stable)
  
  

Revision as of 11:18, 11 October 2012

Getting the RHESSys source code

The source for RHESSys and various tools for use with RHESSys is hosted on sourceforge and accessible via anonymous subversion access.

The latest stable release can be checked out at:

$> svn co -r 318 https://rhessys.svn.sourceforge.net/svnroot/rhessys/trunk/

(the -r ### will download the latest RHESSys version deemed stable)


For the latest development version, check out (this will download the most recent RHESSys version that was checked in and may still be undergoing bug fixes)

$> svn co https://rhessys.svn.sourceforge.net/svnroot/rhessys/trunk/

When the download completes, a message will print to the screen "Checked out revision XXX". Take note of this revision number. A directory called 'trunk' will have been downloaded containing all the RHESSys code directories/files. It may be useful to append the revision number to the directory trunk, i.e. trunkXXX. Also, after compiling RHESSys, if the revision number is not already contained in the executable name, it may be useful to include it, i.e. rhessys5.15.rXXX