File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,15 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
186
186
187
187
Snapshot binaries are currently built and tested on several platforms:
188
188
189
- | Platform / Architecture | x86 | x86_64 |
190
- | -------------------------------- | -----| --------|
191
- | Windows (7, 8, Server 2008 R2) | ✓ | ✓ |
192
- | Linux (2.6.18 or later) | ✓ | ✓ |
193
- | OSX (10.7 Lion or later) | ✓ | ✓ |
189
+ | Platform / Architecture | x86 | x86_64 |
190
+ | --------------------------| -----| --------|
191
+ | Windows (7, 8, 10, ...) | ✓ | ✓ |
192
+ | Linux (2.6.18 or later) | ✓ | ✓ |
193
+ | OSX (10.7 Lion or later) | ✓ | ✓ |
194
194
195
195
You may find that other platforms work, but these are our officially
196
196
supported build environments that are most likely to work.
197
197
198
- Rust currently needs between 600MiB and 1.5GiB of RAM to build, depending on platform.
199
- If it hits swap, it will take a very long time to build.
200
-
201
198
There is more advice about hacking on Rust in [ CONTRIBUTING.md] .
202
199
203
200
[ CONTRIBUTING.md ] : https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments