mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
14 lines
501 B
Bash
14 lines
501 B
Bash
|
echo configuring automake
|
||
|
./bootstrap.sh
|
||
|
echo configuring libiax2
|
||
|
./configure --enable-newjb
|
||
|
echo building libiax2
|
||
|
make
|
||
|
echo
|
||
|
echo
|
||
|
echo '##################################################################'
|
||
|
echo '# #'
|
||
|
echo '# If all is well, enter "make install" to complete installation. #'
|
||
|
echo '# #'
|
||
|
echo '##################################################################'
|