Skip to content

Commit 620ae4e

Browse files
committed
add missing package to build windows distribution
1 parent a6efd4f commit 620ae4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/introduction/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Repeatedly run the following command until it says there are no further updates.
614614
pacman -S autoconf make automake-wrapper bison git \
615615
mingw-w64-x86_64-freeglut mingw-w64-x86_64-toolchain \
616616
mingw-w64-x86_64-openblas patch python perl pkg-config pkgfile \
617-
rebase tar time tzcode unzip which \
617+
rebase tar time tzcode unzip which mingw-w64-x86_64-gsl \
618618
--ignore mingw-w64-x86_64-gcc-ada --ignore mingw-w64-x86_64-gcc-objc \
619619
--ignore mingw-w64-x86_64-gdb mingw-w64-x86_64-cmake --noconfirm
620620
@@ -631,7 +631,7 @@ Repeatedly run the following command until it says there are no further updates.
631631
mingw-w64-i686-openblas mintty msys2-keyring msys2-launcher-git \
632632
msys2-runtime ncurses pacman pacman-mirrors pactoys-git patch pax-git \
633633
perl pkg-config pkgfile rebase sed tar tftp-hpa time tzcode unzip \
634-
util-linux which
634+
util-linux which
635635
636636
6. Open a ``MingW64 terminal`` (or ``MingW32`` for old 32 bit **FreeFEM** version) and compile the **FreeFEM** source
637637

0 commit comments

Comments
 (0)