Skip to content

Commit

Permalink
Rollup merge of #64884 - jakevossen5:master, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add pkg-config to dependency list if building for Linux on Linux

I got this message when building from source on Ubuntu:

```
It looks like you're compiling on Linux and also targeting Linux. Currently this
requires the `pkg-config` utility to find OpenSSL but unfortunately `pkg-config`
could not be found. If you have OpenSSL installed you can likely fix this by
installing `pkg-config`.
```

I feel like it would be a better experience to show this in the dependencies instead of having to run into this issue.
  • Loading branch information
Centril committed Sep 29, 2019
2 parents d7d7c2f + ea347b6 commit 0d4afa1
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 @@ -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`:

Expand Down

0 comments on commit 0d4afa1

Please sign in to comment.