Changes between Version 21 and Version 22 of code/tools/CMake
- Timestamp:
- Oct 28, 2009, 7:44:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v21 v22 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 4 [http://www.cmake.org CMake] is a build tool which creates Makefile for you. There are also additional generators for any kind of development environment like [wiki:CMake#UsingCMakewithKDevelop KDevelop] or [wiki:CMake#UsingCMakewithCode::Blocks Code::Blocks] . [[br]]4 [http://www.cmake.org CMake] is a build tool which creates Makefile for you. There are also additional generators for any kind of development environment like [wiki:CMake#UsingCMakewithKDevelop KDevelop] or [wiki:CMake#UsingCMakewithCode::Blocks Code::Blocks] or even [wiki:CMake#UsingCMakewithEclipse Eclipse CDT 4.0]. [[br]] 5 5 6 6 == Using CMake == … … 80 80 }}} 81 81 82 ''Please add details for Code::Blocks if you're using it to develop Orxonox'' 83 84 85 == Using CMake with Eclipse == 86 You can also use CMake to create project files for Eclipse CDT 4.0. To do that use following command: 87 88 {{{ 89 $ cmake .. -G"Eclipse CDT4 - Unix Makefiles" 90 }}} 91 92 ''Please add details for Eclipse if you're using it to develop Orxonox'' 93 82 94 83 95 == Debug CMake paths ==