Update README-Tetra-Sip

This commit is contained in:
Adi Bier 2022-11-15 07:46:47 +01:00 committed by GitHub
parent e246ff7753
commit 9aef463178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@ wget https://github.com/pjsip/pjproject/archive/refs/tags/2.12.1.tar.gz
tar -zxvf 2.12.1.tar.gz
cd pjproject-2.12.1
./configure --disable-libwebrtc --disable-video
# HINT: on some systems it's needed to compile with th -fPIC option, if not you get erros
# like "SipLogic.so: unexpected reloc type 0x03"
./configure --disable-libwebrtc --disable-video CPPFLAGS=-fPIC CXXFLAGS=-fPIC CFLAGS=-fPIC
make dep
make
sudo make install
@ -122,4 +125,4 @@ With the next updates the configuration will be much easier, I promise ;)
Send questions to dl1hrc {at} . de
mni 73s de Adi / DL1HRC + DN6THW
mni 73s de Adi / DL1HRC + DN6THW