Skip to content

Commit

Permalink
add dependencies for pkg-config
Browse files Browse the repository at this point in the history
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
guanqun committed Sep 26, 2019
1 parent 494cbd8 commit c2edcab
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 c2edcab

Please sign in to comment.