You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,9 @@ dnf install file-libs
81
81
82
82
### Windows
83
83
84
-
The DLLs that are bundled in the Windows wheels are compiled by @julian-r
85
-
and are hosted at https://github.com/julian-r/file-windows/releases.
84
+
The DLLs that are bundled in the Windows wheels are built by MSYS2 ([mingw32](https://packages.msys2.org/packages/mingw-w64-i686-file) and [mingw64](https://packages.msys2.org/packages/mingw-w64-x86_64-file)).
86
85
87
-
For ARM64 Windows, you'll need to compile libmagic from source.
86
+
For ARM64 Windows, you'll need to compile libmagic from source or [install](https://packages.msys2.org/packages/mingw-w64-clang-aarch64-file) from MSYS2.
0 commit comments