File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: c229aef5670caf64888696dc0a2f6bf9505a355b
8
+ refs/heads/try2: 1155ee9ee9a6a07cc5c7f93be5f3947a29b87f93
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ documentation.
18
18
19
19
[ tutorial ] : http://static.rust-lang.org/doc/tutorial.html
20
20
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
21
- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.8 -install.exe
21
+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.9 -install.exe
22
22
23
23
### Linux / OS X
24
24
@@ -33,9 +33,9 @@ documentation.
33
33
34
34
To build from the [ tarball] do:
35
35
36
- $ curl -O http://static.rust-lang.org/dist/rust-0.8 .tar.gz
37
- $ tar -xzf rust-0.8 .tar.gz
38
- $ cd rust-0.8
36
+ $ curl -O http://static.rust-lang.org/dist/rust-0.9 .tar.gz
37
+ $ tar -xzf rust-0.9 .tar.gz
38
+ $ cd rust-0.9
39
39
40
40
Or to build from the [ repo] do:
41
41
@@ -60,8 +60,8 @@ documentation.
60
60
4 . Enjoy!
61
61
62
62
[ repo ] : https://github.com/mozilla/rust
63
- [ tarball ] : http://static.rust-lang.org/dist/rust-0.8 .tar.gz
64
- [ tutorial ] : http://static.rust-lang.org/doc/0.8 /tutorial.html
63
+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.9 .tar.gz
64
+ [ tutorial ] : http://static.rust-lang.org/doc/0.9 /tutorial.html
65
65
66
66
## Notes
67
67
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines
103
103
should work.
104
104
105
105
~~~~ {.notrust}
106
- $ curl -O http://static.rust-lang.org/dist/rust-0.8 .tar.gz
107
- $ tar -xzf rust-0.8 .tar.gz
108
- $ cd rust-0.8
106
+ $ curl -O http://static.rust-lang.org/dist/rust-0.9 .tar.gz
107
+ $ tar -xzf rust-0.9 .tar.gz
108
+ $ cd rust-0.9
109
109
$ ./configure
110
110
$ make && make install
111
111
~~~~
@@ -120,8 +120,8 @@ When complete, `make install` will place several programs into
120
120
` /usr/local/bin ` : ` rustc ` , the Rust compiler; ` rustdoc ` , the
121
121
API-documentation tool; and ` rustpkg ` , the Rust package manager.
122
122
123
- [ tarball ] : http://static.rust-lang.org/dist/rust-0.8 .tar.gz
124
- [ win-exe ] : http://static.rust-lang.org/dist/rust-0.8 -install.exe
123
+ [ tarball ] : http://static.rust-lang.org/dist/rust-0.9 .tar.gz
124
+ [ win-exe ] : http://static.rust-lang.org/dist/rust-0.9 -install.exe
125
125
126
126
## Compiling your first program
127
127
You can’t perform that action at this time.
0 commit comments