On Fri, Oct 2, 2009 at 4:03 AM, Romain CHANU <romainch...@gmail.com> wrote: > Hi, > > I am starting to use Eclipse CDT 6.0 / CMake 2.6 for C++ development and I > would like to have some information on how to integrate these two software > together. > > I have been reading these pages: > > http://www.itk.org/Wiki/CMake:Eclipse > http://www.itk.org/Wiki/Eclipse_CDT4_Generator > > However, they seem quite out-dated :-\ > > Could anyone tell me what are the best procedures / practices to follow when > using the latest version of Eclipse and CMake? > > Thank you for your help. > > Cheers, > > Romain
I personally use Option #2 (I also helped write part of that page). I find that in my particular situation, having the ability to compile from the command line and from within eclipse can be helpful at times. The downside to Option #2 is that you have to manually setup the project after you generate the Makefiles. Usually you only have to do this once so for me it is not a big deal. Those with a large number of projects to import into Eclipse would probably find Option #2 to be a pain. Your Choice. I am also on the latest CDT 6.0.1 and Eclipse Galileo SR1 and Option 2 still works just fine. I use Eclipse CDT 6.0.1 on Windows with MinGW, OS X, and Linux. Hope that helps _________________________________________________________ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Software www.bluequartz.net Principal Software Engineer Dayton, Ohio _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake