Add a note about required build tools and packages

Closes #518
This commit is contained in:
Alex Crichton 2014-09-07 11:25:26 -07:00
parent 76f19a64d7
commit 5ef037584b
1 changed files with 10 additions and 1 deletions

View File

@ -28,7 +28,16 @@ as well as MSYS. The installation script needs to be run inside the MSYS shell.
## Compiling cargo
Cargo can be compiled like many other standard unix-like projects:
Cargo requires the following tools and packages to build:
* `rustc`
* `python`
* `curl` or `wget`
* `cmake`
* `pkg-config`
* OpenSSL headers (`libssl-dev` package on ubuntu)
Cargo can then be compiled like many other standard unix-like projects:
```sh
git clone https://github.com/rust-lang/cargo