Difference between revisions of "Downloading and compiling SCHISM and utilities"

From ccrmwiki
Jump to: navigation, search
Line 1: Line 1:
 
You can download SCHISM at [http://ccrm.vims.edu/schism/ SCHISM site].
 
You can download SCHISM at [http://ccrm.vims.edu/schism/ SCHISM site].
  
There are currently several build systems being used to build SCHISM, including GNU Make and CMake. The traditional GNU Makefiles are documented internally, but are not particularly powerful.  
+
There are currently several build systems being used to build SCHISM, including GNU Make and CMake. The traditional GNU Makefiles are documented below, but are less powerful than CMake.
  
[http://ccrm.vims.edu/w/index.php/CMake_Build_System '''CMake Build System (v3.2 and up)''']
+
==GNU Make==
 +
 
 +
==[http://ccrm.vims.edu/w/index.php/CMake_Build_System '''CMake Build System (v3.2 and up)''']==

Revision as of 18:54, 3 May 2015

You can download SCHISM at SCHISM site.

There are currently several build systems being used to build SCHISM, including GNU Make and CMake. The traditional GNU Makefiles are documented below, but are less powerful than CMake.

GNU Make

CMake Build System (v3.2 and up)