paulstretch_cpp

PaulStretch
Log | Files | Refs | LICENSE

compile_linux_fftw.sh (355B)


      1 outfile=paulstretch
      2 
      3 rm -f $outfile
      4 
      5 fluid -c GUI.fl 
      6 fluid -c FreeEditUI.fl
      7 
      8 g++ -ggdb GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp `fltk-config --cflags` \
      9  `fltk-config --ldflags`  -laudiofile -lfftw3f -lz -logg -lvorbis -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml -o $outfile
     10 
     11 rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx
     12