Changes
Page history
Update Getting started
authored
Aug 28, 2019
by
Rainer Weinberger
Show whitespace changes
Inline
Side-by-side
userguide/Getting-started.md
View page @
a8eed71b
...
...
@@ -54,7 +54,7 @@ The ``SYSTYPE`` is a variable defining a specific machine. Each machine has its
specific compiler settings and library paths defined in the Makefile. New
``SYSTYPE``
keywords can be added in the Makefile when needed.
Config.sh -
-
Compile time flags
Config.sh - Compile time flags
-------------------------------
The next step is to set the compile-time configuration of the code. This is
...
...
@@ -104,7 +104,7 @@ while internally defined flags are listed in ``defines_extra``.
Starting the code
=================
param.txt -
-
Runtime settings
param.txt - Runtime settings
-----------------------------
After compiling Arepo, the executable
``Arepo``
should be present in the main
...
...
...
...