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
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,16 @@ fn main() {
13
13
14
14
# Windows notes
15
15
16
-
You will need an installation of gcc for this to work. The MinGW-w64 project provides a compiler toolchain for Windows. Make sure to install the appropriate architecture corresponding to your installation of rustc.
16
+
Currently use of this crate means that Windows users will require gcc to be
17
+
installed at compile-time. This is typically acquired through the
18
+
[MinGW-w64](http://mingw-w64.sourceforge.net), although we recommend installing
19
+
through [MSYS2 instead][msys2]. Make sure to install the appropriate
20
+
architecture corresponding to your installation of rustc.
0 commit comments