Delete vague Ubuntu-specific properties.
[spectral-waterfall.git] / README
blobfe87fd19f734999781acefaabe92aaeae1cd6dfb
1 Run autoreconf -v -f -i to generate the configury, then ./configure && make.
3 If you hate the autotools, try:
4 gcc -g `pkg-config --cflags gtk+-2.0` waterfall.c `pkg-config --libs gtk+-2.0` -lfftw3 -o waterfall
6 On Debian-type systems, you will need to install libfftw3-dev to get the FFTW
7 headers and libraries.