tar -zxvf fftw-3.3.8.tar.gz
cd fftw-3.3.8
./configure --prefix=/path/to/FFTW--enable-shared --enable-static --enable-fma --enable-neon --enable-float
make -j make install
export PATH=/path/to/FFTW/bin:$PATH export LD_LIBRARY_PATH=/path/to/FFTW/lib:$LD_LIBRARY_PATH export INCLUDE=/path/to/FFTW/include:$INCLUDE