aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <35056280+srini100@users.noreply.github.com>2018-02-08 21:15:39 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 21:15:39 -0800
commit194436342137924b4fb7429bede037a4b5ec7edb (patch)
treef3c6ac7ec1284abcf0a5dff7c9a41a965c345893
parentf3431e5b219dd0bfac52d60cbb7d8b8e3987953f (diff)
parentee6089d347a104d2cc4e7468796af500b0031e50 (diff)
Merge pull request #14365 from srini100/master
Include pkg-config in the required tools to build
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 430fd71989..792e619fdb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -19,7 +19,7 @@ refer to these documents
## Linux
```sh
- $ [sudo] apt-get install build-essential autoconf libtool
+ $ [sudo] apt-get install build-essential autoconf libtool pkg-config
```
If you plan to build from source and run tests, install the following as well: