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

php - Autoloader issue not returning Class -

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

C++ Program To Find Smallest and Largest Number In Array -