Skip to content

Commit

Permalink
List C compiler as a build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed May 19, 2022
1 parent a4c1cd0 commit 3c1596d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c1596d

Please sign in to comment.