Difference between revisions of "Navigating the source code bundle"
(Created page with "You can find a lot of useful information/files in the source code bundle. In general, each directory has a readme type file. We use v3.2.0 as an example to explain the struct...") |
|||
| Line 4: | Line 4: | ||
;cmake | ;cmake | ||
| − | The README inside explains how to use cmake (needs to be installed on your system) to build SELFE | + | The README inside explains how to use cmake (needs to be installed on your system) to build SELFE. See for more details. |
;mk | ;mk | ||
Revision as of 11:47, 29 August 2012
You can find a lot of useful information/files in the source code bundle. In general, each directory has a readme type file.
We use v3.2.0 as an example to explain the structure inside:
- cmake
The README inside explains how to use cmake (needs to be installed on your system) to build SELFE. See for more details.
- mk
The files in this dir are local configuration settings usd by src/Makefile
- test
This dir has all the test cases used to benchmark each version of SELFE
- src