Changes
Page history
Update build_win_msys
authored
Feb 11, 2022
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
build_win_msys.md
View page @
881abcf6
...
@@ -84,7 +84,7 @@ Compile and test DART in a MSYS-MINGW terminal
...
@@ -84,7 +84,7 @@ Compile and test DART in a MSYS-MINGW terminal
```
sh
```
sh
mkdir
build
&&
cd
build
mkdir
build
&&
cd
build
export
INCLUDE
=
"
${
INCLUDE
}
:/mingw64/include/eigen3"
export
INCLUDE
=
"
${
INCLUDE
}
:/mingw64/include/eigen3"
cmake
-C
../CMake/msys2.cmake ..
cmake
-C
../
ext/amfe/
CMake/msys2.cmake ..
make
[
-j4
]
make
[
-j4
]
ctest
[
-j4
]
ctest
[
-j4
]
[
make
install
]
[
make
install
]
...
@@ -96,5 +96,5 @@ For a complete list of options, refer to the [build](Build) page.
...
@@ -96,5 +96,5 @@ For a complete list of options, refer to the [build](Build) page.
**Run an example**
**Run an example**
From the DART root directory,
From the DART root directory,
```
sh
```
sh
python run.py
waves
/tests/lift.py
[
-k4
]
[
--nogui
]
python run.py
dart
/tests/lift.py
[
-k4
]
[
--nogui
]
```
```
\ No newline at end of file