
To compile CSL on Linux (we use KDevelop):

1) Make sure that the following packages are installed:
	PortAudio (18), PortMIDI, libnewran, libsndfile (1.0.4) and FFTW (3.X)

2) In KDevelop, create a new C++/console project 

3) Import the source files in the ../CSL/* directories

4) Add the following linker flags
	-lm -lplthread -lportaudio -lportmidi -lnewran -lsrfftw -lsfftw -lsndfile

5) Turn off C++ warnings

6) Choose which main to use (start with Beep_demo.cpp)

7) Compile/Link/Run it!

