Update README.md

This commit is contained in:
Fabien Péan
2023-04-08 19:59:20 +02:00
committed by GitHub
parent 396b90a015
commit 98cd927215
+1 -1
View File
@@ -282,7 +282,7 @@ $ LIBS="-framework Accelerate" FFLAGS="-ff2c -fno-second-underscore" FCFLAGS="-f
### Windows support
`arpack-ng` runs on windows using `mingw64`.
`arpack-ng` can be installed on Windows as a MinGW-w64 package via various distribution, for example through [MSYS2](https://packages.msys2.org/package/mingw-w64-x86_64-arpack) with `pacman -S mingw-w64-x86_64-arpack`. It can also be built and installed through [vcpkg](https://github.com/microsoft/vcpkg) with `vcpkg install arpack-ng`.
## Using arpack-ng from your own codebase