yum-prepare.sh 665 B

12345678910111213141516171819202122232425
  1. #!/bin/sh
  2. #
  3. # Install the things which need adding to a fresh Fedora or Centos install to make it ready to build
  4. # spandsp and its test suite
  5. #
  6. yum groupinstall "Development tools"
  7. yum install fftw-devel \
  8. libtiff-tools \
  9. libtiff-devel \
  10. libjpeg-turbo-devel \
  11. libpcap-devel \
  12. libxml2-devel \
  13. libsndfile-devel \
  14. fltk-devel \
  15. fltk-fluid \
  16. libstdc++-devel \
  17. libstdc++-static \
  18. sox \
  19. gcc-c++ \
  20. libtool \
  21. autoconf \
  22. automake \
  23. m4 \
  24. netpbm \
  25. netpbm-progs