mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update README with new build instructions
- Remove outdated `git submodule` instructions - Add new `./configure` build step
This commit is contained in:
parent
a27f18f178
commit
e2353a5b63
13
README.md
13
README.md
@ -22,16 +22,9 @@ The current nightlies available are:
|
|||||||
|
|
||||||
## Compiling cargo
|
## Compiling cargo
|
||||||
|
|
||||||
You'll want to clone cargo using --recursive on git, to clone in its submodule
|
Run `./configure` to create a Makefile. (`./configure --help` will show common
|
||||||
dependencies.
|
options.)
|
||||||
```
|
|
||||||
$ git clone --recursive https://github.com/rust-lang/cargo
|
|
||||||
```
|
|
||||||
or
|
|
||||||
```
|
|
||||||
$ git submodule init
|
|
||||||
$ git submodule update
|
|
||||||
```
|
|
||||||
Then it's as simple as ```make``` followed by ```make install``` and you're
|
Then it's as simple as ```make``` followed by ```make install``` and you're
|
||||||
ready to go.
|
ready to go.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user