From b3907fd3c61feb3e7ec75450afff059d00cae401 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 28 Sep 2019 14:17:09 -0600 Subject: [PATCH] add pkg-config to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96d7e938be2..870dcc4ab6d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ or reading the [rustc guide][rustcguidebuild]. * `curl` * `git` * `ssl` which comes in `libssl-dev` or `openssl-devel` + * `pkg-config` if you are on compiling on Linux and targeting linux 2. Clone the [source] with `git`: