Browse Source

kamailio-install-guide-git: pkg-config installation

Daniel-Constantin Mierla 5 years ago
parent
commit
dc9a862aff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kamailio-install-guide-git/docs/index.md

+ 1 - 1
kamailio-install-guide-git/docs/index.md

@@ -35,7 +35,7 @@ The following packages are required before proceeding to the next steps.
   * __flex__ - `apt-get install flex`
   * __bison__ - `apt-get install bison`
   * __libmysqlclient-dev__ - `apt-get install libmysqlclient-dev` (or: `apt install default-libmysqlclient-dev`)
-  * __make__ and __autoconf__ - `apt-get install make autoconf`
+  * __make__, __autoconf__ and __pkg-config__ - `apt-get install make autoconf pkg-config`
   * if you want to enable more modules, some of them require extra libraries:
     * __libssl__ - `apt-get install libssl-dev`
     * __libcurl__ - `apt-get install libcurl4-openssl-dev`