Simplify README by not talking about the source tarball option

I believe that few enough people build from source tarballs that
we don't have to talk about it explicitly.
This commit is contained in:
Brian Anderson 2015-02-15 20:20:25 -08:00
parent dfc5c0f1e8
commit 4acc483106
2 changed files with 5 additions and 16 deletions

View file

@ -19,22 +19,14 @@ Read ["Installing Rust"][install] from [The Book][trpl].
* `curl`
* `git`
2. Download and build Rust:
You can either download a [tarball] or build directly from the [repo].
To build from the [tarball] do:
$ curl -O https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
$ tar -xzf rustc-nightly-src.tar.gz
$ cd rustc-nightly
Or to build from the [repo] do:
2. Clone the [source] with git:
$ git clone https://github.com/rust-lang/rust.git
$ cd rust
Now that you have Rust's source code, you can configure and build it:
[source]: https://github.com/rust-lang/rust
3. Build and install:
$ ./configure
$ make && make install
@ -72,9 +64,6 @@ $ pacman -S base-devel
$ ./configure
$ make && make install
[repo]: https://github.com/rust-lang/rust
[tarball]: https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
## Notes
Since the Rust compiler is written in Rust, it must be built by a

@ -1 +1 @@
Subproject commit 2089cab13e7f92b487ba0dc1df9f6c05116b004a
Subproject commit 4891e6382e3e8aa89d530aa18427836428c47157