Skip to content

Commit c2edcab

Browse files
author
guanqun
authored
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)"
1 parent 494cbd8 commit c2edcab

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)