Browse Source

kamailio-install-guide-git: added note about requiring g++ compiler

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

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

@@ -31,7 +31,7 @@ The following packages are required before proceeding to the next steps.
   * __git__ client: apt-get install git-core - it is recommended to have a recent
   version, if your Linux distro has an old version, you can download newer one
   from [git-scm.com](http://git-scm.com)
-  * __gcc__ compiler: apt-get install gcc
+  * __gcc__ and __g++__ compilers: apt-get install gcc g++
   * __flex__ - apt-get install flex
   * __bison__ - apt-get install bison
   * __libmysqlclient-dev__ - apt-get install libmysqlclient-dev
@@ -49,6 +49,9 @@ to complete the section related to installation of `init.d` script for creating
 The alternative is to set different paths via parameters of **jsonrpcs**
 and **ctl** modules.
 
+**Note**: __g++__ compiler is needed for couple of modules that link to C++ libraries,
+such as app_sqlang, phonenum or ndb_cassandra.
+
 ## Getting Sources From GIT ##
 
 First of all, you have to create a directory on the file system where the sources