diff options
| author | = <jake@vossen.dev> | 2019-09-28 14:17:09 -0600 |
|---|---|---|
| committer | = <jake@vossen.dev> | 2019-09-28 14:17:09 -0600 |
| commit | b3907fd3c61feb3e7ec75450afff059d00cae401 (patch) | |
| tree | bce5102b0a4fa27e729c45967607fad08a3c191f | |
| parent | 18f00b949615b1faa7feec95d58b087d146d3198 (diff) | |
| download | rust-b3907fd3c61feb3e7ec75450afff059d00cae401.tar.gz rust-b3907fd3c61feb3e7ec75450afff059d00cae401.zip | |
add pkg-config to dependencies
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
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`: |
