# HG changeset patch # User Adam Stark # Date 1466243366 -3600 # Node ID 4ba1239fa120f4d12e0acdf340ffd2b0dcae178a # Parent 2716b8d1b8adb4b3cbcc2a2b25e23ec7d950996f README update diff -r 2716b8d1b8ad -r 4ba1239fa120 README.md --- a/README.md Sat Jun 18 10:47:38 2016 +0100 +++ b/README.md Sat Jun 18 10:49:26 2016 +0100 @@ -117,9 +117,16 @@ To compile BTrack, you will require the following libraries: -* FFTW * libsamplerate +And either: + +* FFTW (add the flag -DUSE_FFTW) + +or: + +* Kiss FFT (included with project, use the flag -DUSE_KISS_FFT) + License -------