Update build_win_msys authored by Adrien Crovato's avatar Adrien Crovato
...@@ -80,7 +80,7 @@ cd dartflo ...@@ -80,7 +80,7 @@ cd dartflo
git submodule init git submodule init
git submodule update git submodule update
``` ```
Compile DART in a MSYS-MINGW terminal 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"
...@@ -94,7 +94,7 @@ For a complete list of options, refer to the [build](Build) page. ...@@ -94,7 +94,7 @@ For a complete list of options, refer to the [build](Build) page.
*Note*: test tbox/mpi/helloworld.py requires MS-MPI and mpi4py to work *Note*: test tbox/mpi/helloworld.py requires MS-MPI and mpi4py to work
**Run an example** **Run an example**
From the DART root directory,
```sh ```sh
cd ..
python run.py waves/tests/lift.py [-k4] [--nogui] python run.py waves/tests/lift.py [-k4] [--nogui]
``` ```
\ No newline at end of file