Programmable real-time audio signal processing application
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021
  1. #!/bin/sh
  2. curdir=`pwd`
  3. cd ../../..
  4. autoreconf --force --install
  5. cd ${curdir}
  6. ../../../configure --prefix=${curdir} \
  7. --enable-debug \
  8. # --enable-sonicart \
  9. CFLAGS="-g -Wall" \
  10. CXXFLAGS="-g -Wall" \
  11. CPPFLAGS= \
  12. LDFLAGS= \
  13. LIBS=
  14. #make
  15. #make install