KANNEL Installation

Kannel Installation

$ yum install lynx pcre pcre-devel
$ cd /usr/local/src
$ svn co https://svn.kannel.org/gateway/trunk
$ cd trunk
$ ./configure --enable-start-stop-daemon --disable-wap --enable-mutex-stats --enable-pcre
$ make
$ make install

No comments:

Post a Comment

How to compile and run a next application ?

Install nodejs Use  this  link for further reading curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash nvm inst...