Skip to content
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

  1. Download precompiled binaries from: http://www.fftw.org/install/windows.html. For my compiler version I needed the 32 bits one.

  2. 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).

  3. In codeblocks, go to Build options/linker settings and write there "fftw3f-3".

It should compile fine.

Clone this wiki locally