Update build_win_msys authored by Adrien Crovato's avatar Adrien Crovato
...@@ -75,7 +75,7 @@ mklink \path\to\msys\usr\local\bin\gmsh.exe "\path\to\gmsh" ...@@ -75,7 +75,7 @@ mklink \path\to\msys\usr\local\bin\gmsh.exe "\path\to\gmsh"
Get [git for windows](https://git-scm.com/download/win), or alternatively, install git using pacman (`pacman -S mingw-w64-x86_64-git`), then clone DART Get [git for windows](https://git-scm.com/download/win), or alternatively, install git using pacman (`pacman -S mingw-w64-x86_64-git`), then clone DART
```sh ```sh
git lfs install # enable large file support git lfs install # enable large file support
git clone git@gitlab.uliege.be:am-dept/dart.git git clone git@gitlab.uliege.be:am-dept/dartflo.git
``` ```
Compile DART in a MSYS-MINGW terminal Compile DART in a MSYS-MINGW terminal
```sh ```sh
... ...
......