Projet C IG (1A)

IHM (2A)


VR/AR/Post-WIMP (3A)


Projet image (2A)


HCI (MoSIG 2)


Test Logiciel


Projects Docs

Using CMake

CMake is a makefile maker, or meta-makefile: it allows the describe project compilation rules that can be translated to various build system on many platforms (make, XCode, Visual C++, nmake, ...). CMake is free and open source. Usually, it is available on your system: try cmake on the command line. If not available, you can install it using package managers:

 yum install cmake (Linux Centos)
  or
 apt-get install cmake (Linux ubuntu)
  or
 port install cmake (MacOS)

or you can download binaries from the CMake web site (e.g. for windows).

When a recent version of CMake is required, try cmake3 instead of cmake.

Edit - History - Upload - Print - Recent Changes - Search
Page last modified on November 08, 2016, at 08:06 AM