Difference between revisions of "How to get RHESSys"
From Rhessys
Jump to navigationJump to searchLine 16: | Line 16: | ||
The RHESSys source tree contains three separate tools: rhessys, cf, and g2w. Note that default values | The RHESSys source tree contains three separate tools: rhessys, cf, and g2w. Note that default values | ||
− | are specified in the makefiles. This means if you choose to override them | + | are specified in the makefiles. This means if you choose to override them you must specify the |
+ | <code>-e</code> option when running <code>make</code> | ||
====rhessys==== | ====rhessys==== |
Revision as of 09:39, 19 October 2009
Contents
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. Note that default values
are specified in the makefiles. This means if you choose to override them you must specify the
-e
option when running make
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 |
PGM | Name of the RHESSys binary prodouced | rhessys<version> |
CC | C Compiler to use | gcc |
cf
Dependancies
- None
Build Instructions
$> make; make install
Environmental Variables
Name | Description | Default |
RHESSYS_BIN | The path of the RHESSys installation location | /usr/local/bin |
g2w
Dependancies
- None
Build Instructions
$> make; make install
Environmental Variables
Name | Description | Default |
RHESSYS_BIN | The path of the RHESSys installation location | /usr/local/bin |