changeset 95:4ba1239fa120

README update
author Adam Stark <adamstark.uk@gmail.com>
date Sat, 18 Jun 2016 10:49:26 +0100
parents 2716b8d1b8ad
children c58f01834337 6a4dd7478954
files README.md
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 -------