Merge pull request #14365 from srini100/master

Include pkg-config in the required tools to build
pull/14374/head
Srini Polavarapu 7 years ago committed by GitHub
commit 1944363421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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:

Loading…
Cancel
Save