mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
List C compiler as a build dependency
This commit is contained in:
parent
a4c1cd0eb6
commit
3c1596d8bb
@ -28,6 +28,7 @@ Cargo requires the following tools and packages to build:
|
|||||||
* `curl` (on Unix)
|
* `curl` (on Unix)
|
||||||
* `pkg-config` (on Unix, used to figure out the `libssl` headers/libraries)
|
* `pkg-config` (on Unix, used to figure out the `libssl` headers/libraries)
|
||||||
* OpenSSL headers (only for Unix, this is the `libssl-dev` package on ubuntu)
|
* OpenSSL headers (only for Unix, this is the `libssl-dev` package on ubuntu)
|
||||||
|
* A C compiler [for your platform](https://github.com/rust-lang/cc-rs#compile-time-requirements)
|
||||||
* `cargo` and `rustc`
|
* `cargo` and `rustc`
|
||||||
|
|
||||||
First, you'll want to check out this repository
|
First, you'll want to check out this repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user