Building PJSIP using g++ compiler
I want to compile PJSIP library using g++ compiler in a Debian OS.Could any one help me with the appropriate steps to 开发者_如何学Godo the same?
According to INSTALL.txt you should:
-= COMPILING =-
With Makefile:
- on top level dir (e.g. ~/pjproject)
- ./configure && make dep && make clean && make
精彩评论