]> git.lizzy.rs Git - rust.git/commitdiff
Simplify README by not talking about the source tarball option
authorBrian Anderson <banderson@mozilla.com>
Mon, 16 Feb 2015 04:20:25 +0000 (20:20 -0800)
committerBrian Anderson <banderson@mozilla.com>
Wed, 18 Feb 2015 21:46:55 +0000 (13:46 -0800)
I believe that few enough people build from source tarballs that
we don't have to talk about it explicitly.

README.md
src/llvm

index 065c4ed7c7bcba936febf4094080f62ae189118c..a0ebfc692732248bf5e9a61d8463e48350ed1247 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 2089cab13e7f92b487ba0dc1df9f6c05116b004a..4891e6382e3e8aa89d530aa18427836428c47157 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit 2089cab13e7f92b487ba0dc1df9f6c05116b004a
+Subproject commit 4891e6382e3e8aa89d530aa18427836428c47157