diff --git a/README.md b/README.md index 86a5248..2e4efe8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ The project was only tested on Linux. It has the following dependencies: `libfft If you compile on ARM, please edit the Makefile and tailor `PARAMS_NEON` for your CPU. To run the examples, you will also need rtl_sdr from Osmocom, and the following packages (at least on Debian): `mplayer octave gnuplot gnuplot-x11` -If you compile *fftw3* from sources to use with *libcsdr*, you need to configure it with 32-bit float support enabled: `./configure --enable-float` +If you compile *fftw3* from sources for use with *libcsdr*, you need to configure it with 32-bit float support enabled: + + ./configure --enable-float && make && sudo make install Credits -------