freeswitch/libs/iax/build.sh
Anthony Minessale 98eabde89d ok
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-12-13 18:16:25 +00:00

14 lines
500 B
Bash
Executable File

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 '##################################################################'