Changes
Page history
Update build_win_msys
authored
Sep 06, 2021
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
build_win_msys.md
View page @
da030cb7
...
...
@@ -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
```
sh
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/dart
flo
.git
```
Compile DART in a MSYS-MINGW terminal
```
sh
...
...
...
...