0

我想在 Debian OS 中使用 g++ 编译器编译 PJSIP 库。有人可以帮助我采取适当的步骤来做同样的事情吗?

4

1 回答 1

1

根据INSTALL.txt你应该:

-= COMPILING =-

With Makefile:
 - on top level dir (e.g. ~/pjproject)
 - ./configure && make dep && make clean && make
于 2011-08-08T15:00:28.727 回答