Building and Installing FFTW for GNU RadioGNU Radio requires a shared, single-precision version of FFTW. Many contemporary GNU/Linux systems come with FFTW suitably packaged. Systems using pkgsrc can install math/fftwf. In the event that no package is readily available on your platfrom, FFTW is easily built from source on any Linux, Cygwin, or MinGW/MSYS system. These instructions were written for Cygwin and MinGW, but should work on any of these systems. (1) Download $ cd /usr/src For MinGW you need more options on the
./configure command:$ ./configure --with-our-malloc16 --enable-threads --with-combined-threads --enable-float --enable-sse --enable-3dnow --enable-shared --disable-staticFFTW is installed under /usr/local/* by default.
Notes:
注: Building and Installing FFTW for GNU Radio (原文出处,翻译整理仅供参考!) |