tutorial: link fix authored by Johannes Keller's avatar Johannes Keller
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
For compiling the SHEMAT-Suite source code inside `~/SHEMAT-Suite/`, a 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`. `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 New users, please start with [Compilation command
cmake](#compilation-command-cmake). More advanced users, please also 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 ...@@ -106,7 +107,9 @@ can be run in the `build` directory of SHEMAT-Suite to visually browse the `cmak
### hdf5 support ### 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 # Compilation: Best Practices
... ...
......