mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
auto merge of #13286 : alexcrichton/rust/release, r=brson
Merging the 0.10 release into the master branch.
This commit is contained in:
+5
-5
@@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
|
||||
should work.
|
||||
|
||||
~~~~ {.notrust}
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
|
||||
$ tar -xzf rust-0.9.tar.gz
|
||||
$ cd rust-0.9
|
||||
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
$ tar -xzf rust-0.10.tar.gz
|
||||
$ cd rust-0.10
|
||||
$ ./configure
|
||||
$ make && make install
|
||||
~~~~
|
||||
@@ -117,8 +117,8 @@ When complete, `make install` will place several programs into
|
||||
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
|
||||
API-documentation tool.
|
||||
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
|
||||
[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe
|
||||
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
|
||||
[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe
|
||||
|
||||
## Compiling your first program
|
||||
|
||||
|
||||
Reference in New Issue
Block a user