Merge with git+ssh://sgc@fondialog1.hum.uva.nl/fro/git/sgc.git
[sgc.git] / HOWTO
blob5446e1144a2e475b802a7589f8caf3bf597d944f
1 Make praat.so -> compile praat, notice the GSL problems.
3 gcc -shared -o libpraat.so subdirs/*.o
5 For win:
7 mingw32-dllwrap --as=mingw32-as --export-all --driver-name mingw32-gcc -Wall -O2 -mms-bitfields --output-def libpraat.def --implib libpraat.a -o libpraat.dll FFNet/*.o GSL/*.o LPC/*.o artsynth/*.o dwsys/*.o dwtools/*.o fon/*.o kar/*.o stat/*.o sys/*.o -L/opt/mingw32/usr/mingw32/usr/lib -lwinmm -lwsock32 -lcomctl32 -lshell32 -lgdi32 -lcomdlg32