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

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -