Linking to fftw with Xcode -
i have followed instructions here install fftw3 on mac: http://www.fftw.org/doc/installation-on-unix.html
i'm creating code in c in xcode. once i've installed fftw, how use in xcode? is, how tell xcode fftw exists?
i've tried #include , error stating fftw3.h cannot found.
thank you!
Comments
Post a Comment