Hi Umit,

Great works. Congratulations. I have tried to install but have some problem on FFTW library on compiling VS2003. I will try to compile it by MinGW very soon. I think you are using Linux environment.

You can use the precompiled FFTW DLLs from here:

http://www.fftw.org/install/windows.html

It's a pure C library, so there is no problem using it on any compiler version and in both release and debug builds.

Just follow the instructions to generate import libraries and you're good to go. Make sure you point CMake to the right fftw lib, which is fftw3f-3 (there are three different libs all with similar names so be careful).


J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to