Skip to content

Commit

Permalink
Auto merge of #7443 - guanqun:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
add dependencies for `pkg-config`

Otherwise, it complains:

    run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)"
  • Loading branch information
bors committed Oct 2, 2019
2 parents 9f82a74 + c2edcab commit 7b07aa4
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 @@ -22,6 +22,7 @@ Cargo requires the following tools and packages to build:
* `git`
* `python`
* `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)
* `cargo` and `rustc`

Expand Down

0 comments on commit 7b07aa4

Please sign in to comment.