c022bb8d51
Remove ENABLE_IAX option Add an improved FGCom standalone as part of FG in utils directory
13 lines
501 B
Bash
Executable file
13 lines
501 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 '##################################################################'
|