mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
One does not simply make
Cargo
README fix with correct build instructions for building from source.
This commit is contained in:
parent
a3fd7bd630
commit
78f20cabfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/Makefile
|
/Makefile
|
||||||
/config.mk
|
/config.mk
|
||||||
src/doc/build
|
src/doc/build
|
||||||
|
rustc
|
||||||
|
@ -43,7 +43,8 @@ Cargo can then be compiled like many other standard unix-like projects:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/rust-lang/cargo
|
git clone https://github.com/rust-lang/cargo
|
||||||
cd cargo
|
cd cargo
|
||||||
./configure
|
./.travis.install.deps.sh
|
||||||
|
./configure --local-rust-root=`pwd`/rustc
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user