Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 21 and Version 22 of code/tools/CMake


Ignore:
Timestamp:
Oct 28, 2009, 7:44:55 AM (15 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/CMake

    v21 v22  
    22[[TracNav(TracNav/TOC_Development)]]
    33
    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]]
    55
    66== Using CMake ==
     
    8080}}}
    8181
     82''Please add details for Code::Blocks if you're using it to develop Orxonox''
     83
     84
     85== Using CMake with Eclipse ==
     86You 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
    8294
    8395== Debug CMake paths ==