Changes
Page history
add run example
authored
Feb 07, 2020
by
Boman Romain
Show whitespace changes
Inline
Side-by-side
Build.md
View page @
5f1ea7e1
...
...
@@ -22,9 +22,10 @@ cmake -G "MinGW Makefiles" ..
```
mingw32-make -j 4
```
*
run
each
program
*
run
a
program
```
myedges.exe
gmsh -2 ..\sandbox\mymesh.geo
.\bin\myedges.exe ..\sandbox\mymesh.msh
```
## CECI clusters / linux
...
...
@@ -76,3 +77,6 @@ cmake ..
```
make -j 4
```
*
run a program
gmsh -2 ../sandbox/mymesh.geo
./bin/myedges.exe ../sandbox/mymesh.msh