Update Windows caveats

- https://github.com/rust-lang/rust/issues/1237 is closed
- `libgcc` is now statically linked:
  https://github.com/rust-lang/rust/pull/17471
This commit is contained in:
Tamir Duberstein 2015-04-18 13:00:40 -07:00
parent a81ce5f991
commit a8aa4ee034

View File

@ -42,10 +42,7 @@ Let the fact that this is an easily countable number be a warning.
## Does it run on Windows? ## Does it run on Windows?
Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin). Note that the Windows implementation currently has some limitations; in particular, the 64-bit build is [not fully supported yet][win64], and all executables created by rustc [depend on libgcc DLL at runtime][libgcc]. Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin).
[win64]: https://github.com/rust-lang/rust/issues/1237
[libgcc]: https://github.com/rust-lang/rust/issues/11782
## Is it OO? How do I do this thing I normally do in an OO language? ## Is it OO? How do I do this thing I normally do in an OO language?