Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 19 and Version 20 of code/tools/CMake


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

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/CMake

    v19 v20  
    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 KDevelop or 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#UsingCMakewithCodeBlocks Code::Blocks]. [[br]]
    55
    66== Using CMake ==
     
    4848== Using CMake with KDevelop ==
    4949
    50 CMake is capable of creating .kdevelop files, which are used as project files in (guess where) KDevelop. To create them simply use the following command
     50CMake is capable of creating .kdevelop files, which are used as project files in (guess where) [http://www.kdevelop.org/ KDevelop]. To create them simply use the following command:
    5151
    5252{{{
     
    7171 ''you still need to run {{{./run-script}}} the first time''
    7272
     73
     74== Using CMake with Code::Blocks ==
     75
     76CMake is capable of creating .cbp files for [http://www.codeblocks.org/ Code::Blocks]. Create a Code::Blocks project by simply using the following command:
     77
     78{{{
     79$ cmake .. -G"CodeBlocks - Unix Makefiles"
     80}}}
     81
     82
    7383== Debug CMake paths ==
    7484If you want to look at the paths of a library, run CMake with verbose option: