Changes

Cmake

467 bytes added, 10:49, 9 February 2014
no edit summary
= Start Developing with CMAKE =
__TOC__<br>The cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.
== Useful information[http://www.cmake.org/Wiki/CMake __TOC__<br>] ==
== Useful information[http://www.cmake.org/Wiki/CMake CMAKE&nbsp;wiki page]<br>] ==
== Install [http://www.cmake ==.org/Wiki/CMake CMAKE&nbsp;wiki page]<br>
== Install cmake == Using Ubuntu 12.04 is very simple install it using apt-get as:
<pre>sudo apt-get install cmake cmake-gui
</pre>