Difference between revisions of "How to get RHESSys"

From Rhessys
Jump to navigationJump to search
Line 15: Line 15:
 
===Building RHESSys===
 
===Building RHESSys===
  
RHESSys is written in straight ANSI C. There are no external dependancies at this time.  Simply run make
+
The RHESSys source tree contains three separate tools: rhessys, cf, and g2w.
in the source directory of the tool you wish to build. There is currently no install target, so you will need
+
 
to copy the rhessys executable manually to install.
+
====rhessys====
 +
=====Dependancies=====
 +
*None
 +
 
 +
=====Build Instructions=====
 +
<code>$> make; make install</code>
 +
 
 +
=====Environmental Variables=====
 +
{| {{table}}
 +
 
 +
| align="center" style="background:#f0f0f0;"|Name
 +
| align="center" style="background:#f0f0f0;"|Description
 +
| align="center" style="background:#f0f0f0;"|Default
 +
|-
 +
| RHESSYS_BIN
 +
| The path of the RHESSys installation location
 +
| /usr/local/bin
 +
|}
 +
 
 +
====cf====
 +
 
 +
====g2w====

Revision as of 09:26, 19 October 2009

Getting the source

The source for RHESSys and various tools for use with RHESSys is hosted on sourceforge and accessible via anonymous subversion access. For the latest stable release, check out

svn co https://rhessys.svn.sourceforge.net/svnroot/rhessys/tags/5.12.3


For the latest development version, check out

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


Be warned that the trunk is highly unstable and may not even compile.

Building RHESSys

The RHESSys source tree contains three separate tools: rhessys, cf, and g2w.

rhessys

Dependancies
  • None
Build Instructions

$> make; make install

Environmental Variables
Name Description Default
RHESSYS_BIN The path of the RHESSys installation location /usr/local/bin

cf

g2w