freeswitch/libs/spandsp/yum-prepare.sh

26 lines
665 B
Bash
Raw Normal View History

2014-05-07 13:11:53 +08:00
#!/bin/sh
2013-09-01 00:36:48 +08: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 13:11:53 +08:00
autoconf \
2013-09-01 00:36:48 +08:00
automake \
m4 \
netpbm \
netpbm-progs