1.所需库及版本
系统环境:银河麒麟v10桌面版
cmake:3.16.3
Python:3.8.10(系统默认是2.7,需要卸载旧的安装新的)
SIP:opensips-3.4.7
sudo apt-update
sudo apt-get install asterisk
sudo systemctl start asterisk
sudo systemctl enable asterisk
sudo apt-get install build-essential libssl-dev libpcre3-dev libsqlite3-dev
wget http://opensips.org/pub/opensips/latest/src/opensips-latest.tar.gz
tar -xzf opensips-latest.tar.gz
cd opensips-*/
make menuconfig
make
sudo make install
sudo /etc/init.d/opensips start
qgis版本:qgis 3.26.0 源码下载地址:https://github.com/qgis/QGIS/archive/final-3_26_0.tar.gz
其他(一般为银河麒麟v10默认自带,不用管,如有问题可参照以下版本):
cmake version 3.16.3
Python 3.8.10
flex 2.6.4
bison (GNU Bison) 3.5.1
opensips-3.4.7下载: