Skip to content

Commit 3c1596d

Browse files
committed
List C compiler as a build dependency
1 parent a4c1cd0 commit 3c1596d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Cargo requires the following tools and packages to build:
2828
* `curl` (on Unix)
2929
* `pkg-config` (on Unix, used to figure out the `libssl` headers/libraries)
3030
* OpenSSL headers (only for Unix, this is the `libssl-dev` package on ubuntu)
31+
* A C compiler [for your platform](https://github.com/rust-lang/cc-rs#compile-time-requirements)
3132
* `cargo` and `rustc`
3233

3334
First, you'll want to check out this repository

0 commit comments

Comments
 (0)