List C compiler as a build dependency

This commit is contained in:
Andy Wang 2022-05-19 23:10:10 +01:00
parent a4c1cd0eb6
commit 3c1596d8bb
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Cargo requires the following tools and packages to build:
* `curl` (on Unix)
* `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)
* A C compiler [for your platform](https://github.com/rust-lang/cc-rs#compile-time-requirements)
* `cargo` and `rustc`
First, you'll want to check out this repository