Skip to content

Instantly share code, notes, and snippets.

View f-asa's full-sized avatar
🎯
Focusing

fasa f-asa

🎯
Focusing
View GitHub Profile
@f-asa
f-asa / gist:edde5a90cc13b371536bf8e97561f175
Created June 20, 2024 22:18
pjproject-2.14.1 pjsua2 lib python 3.10.12 wsl linux ubuntu 22.04
sudo apt-get install python3-dev
python3 -m venv pjproject-2.14.1-pjsua2
source pjproject-2.14.1-pjsua2/bin/activate
mkdir pjproject-2.14.1-pjsua2/src
cd pjproject-2.14.1-pjsua2/src
wget https://github.com/pjsip/pjproject/archive/refs/tags/2.14.1.zip
unzip 2.14.1.zip
cd pjproject-2.14.1/
./configure --enable-shared