-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Chema edited this page Apr 7, 2015
·
2 revisions
Welcome to the ofxFft wiki!
Install ofxFft in Windows - Codeblocks
Win ver: 7 - 64 Bits
Codeblocks ver: 13.12 - 32 Bits
-
Download precompiled binaries from: http://www.fftw.org/install/windows.html. For my compiler version I needed the 32 bits one.
-
Copy libfftw3-3f.dll in /bin folder (should be a way to tell the compiler to check in the lib that Kyle said, but not found yet).
-
In codeblocks, go to Build options/linker settings and write there "fftw3f-3".
It should compile fine.