Downloading and compiling SCHISM and utilities

From ccrmwiki
Revision as of 18:55, 3 May 2015 by Yjzhang (talk | contribs)
Jump to: navigation, search

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.

GNU Make

Upon untarring the source code bundle, you'll find two directories that are needed for gnu make.

  • src*
  • mk*

CMake Build System (v3.2 and up)