freeswitch/libs/spandsp/yum-prepare.sh

26 lines
665 B
Bash
Raw Normal View History

2014-05-07 01:11:53 -04:00
#!/bin/sh
2013-08-31 12:36:48 -04:00
#
# Install the things which need adding to a fresh Fedora or Centos install to make it ready to build
# spandsp and its test suite
#
yum groupinstall "Development tools"
yum install fftw-devel \
libtiff-tools \
libtiff-devel \
libjpeg-turbo-devel \
libpcap-devel \
libxml2-devel \
libsndfile-devel \
fltk-devel \
fltk-fluid \
libstdc++-devel \
libstdc++-static \
sox \
gcc-c++ \
libtool \
2014-05-07 01:11:53 -04:00
autoconf \
2013-08-31 12:36:48 -04:00
automake \
m4 \
netpbm \
netpbm-progs