forked from norman/fusionpbx-install.sh-github-mirror
Compile sofia in the versioned directory
This commit is contained in:
@@ -44,9 +44,7 @@ cd /usr/src
|
||||
#git clone https://github.com/freeswitch/sofia-sip.git sofia-sip
|
||||
wget https://github.com/freeswitch/sofia-sip/archive/refs/tags/v$sofia_version.zip
|
||||
unzip v$sofia_version.zip
|
||||
rm -R sofia-sip
|
||||
mv sofia-sip-$sofia_version sofia-sip
|
||||
cd sofia-sip
|
||||
cd sofia-sip-$sofia_version
|
||||
sh autogen.sh
|
||||
./configure
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user