Update build_win_msys authored by Adrien Crovato's avatar Adrien Crovato
......@@ -84,7 +84,7 @@ Compile and test DART in a MSYS-MINGW terminal
```sh
mkdir build && cd build
export INCLUDE="${INCLUDE}:/mingw64/include/eigen3"
cmake -C ../CMake/msys2.cmake ..
cmake -C ../ext/amfe/CMake/msys2.cmake ..
make [-j4]
ctest [-j4]
[make install]
......@@ -96,5 +96,5 @@ For a complete list of options, refer to the [build](Build) page.
**Run an example**
From the DART root directory,
```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