Changes
Page history
removed space after cmake -Dphys_base; with space compilation does not work
authored
Jun 04, 2020
by
Mathis Adrian Van Wickeren
Hide whitespace changes
Inline
Side-by-side
tutorial/compilation.md
View page @
30d35156
...
...
@@ -54,7 +54,7 @@ gmake
In general, we want to include some information about our compilation:
```
cmake -Dphys_base
=<phys> -DPROPS=<props> -DUSER=<user> -Domp=<ON/OFF> -Dhdf=<ON/OFF> -Ddetails=<ON/OFF> ..
cmake -Dphys_base=<phys> -DPROPS=<props> -DUSER=<user> -Domp=<ON/OFF> -Dhdf=<ON/OFF> -Ddetails=<ON/OFF> ..
gmake <mode> -j<#>
```
...
...
...
...