Difference between revisions of "Cmake"
From IGEP - ISEE Wiki
Manel Caro (talk | contribs) (Created page with '= Start Developing with CMAKE = <section />') |
Manel Caro (talk | contribs) |
||
Line 1: | Line 1: | ||
− | = Start Developing with CMAKE = | + | = Start Developing with CMAKE = |
− | < | + | __TOC__<br> |
+ | |||
+ | == Useful information[http://www.cmake.org/Wiki/CMake <br>] == | ||
+ | |||
+ | [http://www.cmake.org/Wiki/CMake CMAKE 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> |
Revision as of 10:47, 9 February 2014
Start Developing with CMAKE
Useful information
Install cmake
Using Ubuntu 12.04 is very simple install it using apt-get as:
sudo apt-get install cmake cmake-gui