Changes
Page history
tutorial: link fix
authored
Mar 26, 2020
by
Johannes Keller
Show whitespace changes
Inline
Side-by-side
tutorial/compilation.md
View page @
041458ee
...
...
@@ -3,7 +3,8 @@
For compiling the SHEMAT-Suite source code inside
`~/SHEMAT-Suite/`
, a
`cmake`
command is used. This site explains how to build SHEMAT-Suite using
`cmake`
.
You might want to read the
[
installation requirements
](
release/howtos/installation_requirements
)
first.
You might want to read the
[
installation
requirements
](
../howtos/installation_requirements
)
first.
New users, please start with
[
Compilation command
cmake
](
#compilation-command-cmake
)
. More advanced users, please also
...
...
@@ -106,7 +107,9 @@ can be run in the `build` directory of SHEMAT-Suite to visually browse the `cmak
### hdf5 support
For
`hdf5`
support, the corresponding software has to be installed (see
[
installation requirements
](
release/howtos/installation_requirements
)
).
For
`hdf5`
support, the corresponding software has to be installed
(see
[
installation
requirements
](
../howtos/installation_requirements
)
).
# Compilation: Best Practices
...
...
...
...