Difference between revisions of "How to get RHESSys"
From Rhessys
Jump to navigationJump to searchLine 15: | Line 15: | ||
===Building RHESSys=== | ===Building RHESSys=== | ||
− | RHESSys is written in straight ANSI C. There are no external dependancies at this time. | + | RHESSys is written in straight ANSI C. There are no external dependancies at this time. Simply run make |
+ | 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. |
Revision as of 16:54, 17 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
RHESSys is written in straight ANSI C. There are no external dependancies at this time. Simply run make 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.