On Tue, 2008-11-25 at 08:30 -0800, Anand Barakishian wrote: > Hi; > > Which development environment I am adviced to setup in order to > write/debug MITK's functionalities? Which IDE (e.g. Eclipse, Anjuta, > ...) have you guys used in Linux? Any preferable one for creating > solution and projects like in VS? > > -----Ursprüngliche Nachricht----- > Von: Daniel Maleike [mailto:[EMAIL PROTECTED] > you should choose whichever IDE you are most comfortable with. If you > have no experience with any, try out everything for a week or so.
Dear Anand, A small addition: CMake is able to generate makefiles for the following IDEs: # Borland Makefiles # MSYS Makefiles # MinGW Makefiles # NMake Makefiles # Unix Makefiles # Visual Studio 6 # Visual Studio 7 # Visual Studio 7 .NET 2003 # Visual Studio 8 2005 # Visual Studio 8 2005 Win64 # Visual Studio 9 2008 # Visual Studio 9 2008 Win64 # Watcom WMake # CodeBlocks - MinGW Makefiles # CodeBlocks - Unix Makefiles # Eclipse CDT4 - MinGW Makefiles # Eclipse CDT4 - NMake Makefiles # Eclipse CDT4 - Unix Makefiles See http://cmake.org/cmake/help/cmake2.6docs.html#section_Generators for details. At least in theory, you should be able to use any of the above to compile MITK. Best Regards, Jochen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
