Skip to content

Commit 7b07aa4

Browse files
committed
Auto merge of #7443 - guanqun:patch-1, r=ehuss
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)"
2 parents 9f82a74 + c2edcab commit 7b07aa4

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
@@ -22,6 +22,7 @@ Cargo requires the following tools and packages to build:
2222
* `git`
2323
* `python`
2424
* `curl` (on Unix)
25+
* `pkg-config` (on Unix, used to figure out the `libssl` headers/libraries)
2526
* OpenSSL headers (only for Unix, this is the `libssl-dev` package on ubuntu)
2627
* `cargo` and `rustc`
2728

0 commit comments

Comments
 (0)