next up previous contents index
Next: GSL - GNU Scientific Up: Required Libraries / Programs Previous: Required Libraries / Programs   Contents   Index

FFTW

Version 2.1.3+
Available at: http://www.fftw.org/http://www.fftw.org/

To install fftw from source use either configure option:

% ./configure -enable-static=no -enable-shared=yes -enable-float -enable-type-prefix

OR

% ./configure -enable-shared=yes -enable-float

Followed by:

% make



2013-06-11