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

1 comment on commit 78f20ca

@alexcrichton
Copy link

Choose a reason for hiding this comment

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

r+

Please sign in to comment.