You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone needs this, this is how I made it work:
cd /tmp/
wget https://www.fftw.org/fftw-3.3.10.tar.gz
untar fftw-3.3.10.tar.gz
cd fftw-3.3.10
./configure --prefix /tmp/FFT/ --enable-float
make
make install
cp /tmp/FFT/lib/libfftw3f.a ~/src/openFrameworks/addons/ofxAudioAnalyzer/libs/fftw3f/lib/linux64/
The text was updated successfully, but these errors were encountered:
In case anyone needs this, this is how I made it work:
The text was updated successfully, but these errors were encountered: