Skip to content

Commit

Permalink
One does not simply make Cargo
Browse files Browse the repository at this point in the history
README fix with correct build instructions for building from source.
  • Loading branch information
steveklabnik committed Nov 18, 2014
1 parent a3fd7bd commit 78f20ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/Makefile
/config.mk
src/doc/build
rustc
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Cargo can then be compiled like many other standard unix-like projects:
```sh
git clone https://github.com/rust-lang/cargo
cd cargo
./configure
./.travis.install.deps.sh
./configure --local-rust-root=`pwd`/rustc
make
make install
```
Expand Down

5 comments on commit 78f20ca

@bors
Copy link
Contributor

@bors bors commented on 78f20ca Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at steveklabnik@78f20ca

@bors
Copy link
Contributor

@bors bors commented on 78f20ca Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/cargo/one_does_not_simply_make_cargo = 78f20ca into auto-cargo

@bors
Copy link
Contributor

@bors bors commented on 78f20ca Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/cargo/one_does_not_simply_make_cargo = 78f20ca merged ok, testing candidate = d14394b

@bors
Copy link
Contributor

@bors bors commented on 78f20ca Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 78f20ca Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto-cargo = d14394b

Please sign in to comment.