From b3907fd3c61feb3e7ec75450afff059d00cae401 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 28 Sep 2019 14:17:09 -0600 Subject: [PATCH 1/2] add pkg-config to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96d7e938be2f2..870dcc4ab6d3d 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`: From ea347b619e36cde9965d531afda24934d2a62079 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 28 Sep 2019 14:18:29 -0600 Subject: [PATCH 2/2] linux -> Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870dcc4ab6d3d..495ee46a9acb3 100644 --- a/README.md +++ b/README.md @@ -33,7 +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 + * `pkg-config` if you are on compiling on Linux and targeting Linux 2. Clone the [source] with `git`: