Difference between revisions of "Downloading and compiling SCHISM and utilities"
(→GNU Make) |
|||
| Line 1: | Line 1: | ||
| − | You can download SCHISM at [http://ccrm.vims.edu/ | + | You can download SCHISM at [http://ccrm.vims.edu/schismweb/ 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, and are less powerful than CMake. | There are currently several build systems being used to build SCHISM, including GNU Make and CMake. The traditional GNU Makefiles are documented below, and are less powerful than CMake. | ||
| − | ==GNU Make== | + | <!-- ==GNU Make== |
Upon untarring the source code bundle, you'll find two directories that are needed for gnu make. | Upon untarring the source code bundle, you'll find two directories that are needed for gnu make. | ||
| Line 23: | Line 23: | ||
make clean <br/> | make clean <br/> | ||
make | make | ||
| − | + | --> | |
==[http://ccrm.vims.edu/w/index.php/CMake_Build_System '''CMake Build System (v3.2 and up)''']== | ==[http://ccrm.vims.edu/w/index.php/CMake_Build_System '''CMake Build System (v3.2 and up)''']== | ||
Revision as of 19:43, 25 August 2016
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, and are less powerful than CMake.