Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of code/tools/CMake


Ignore:
Timestamp:
Nov 29, 2007, 6:27:51 PM (16 years ago)
Author:
nicolasc
Comment:

optimisatrion options

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/CMake

    v3 v4  
    44== Using CMake with KDevelop ==
    55
    6 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
     6CMake is capable of creating .kdevelop files, which are used as project files in (guess where) KDevelop. To create them simply use the following command
    77
    8   cmake . -GKDevelop3
     8{{{cmake . -GKDevelop3}}}
     9
     10
     11=== optimize kdevelop ===
     12* makeopts to 3
     13* nice level 5
     14* CFLAGS/CXXFLAGS for optimized code
     15* adapt working dir, to be able to run it directly (you still need to run the run-script the first time)