The CMake is a tool that allows, from a single source, the generation of compilable codes for Linux, Windows and other plataforms. Nevertheless, it is necessary to have the CMake tool installed on each plataform you intend to compile the QGAR lib. The CMake version tested is 2.4.7, but any version above 2.2 supposedly works. We can divide the process in three items:
Configuration of the CMake environment.
Generation of the Makefile.
Compilation of the source code.
| Next | ||
| Linux compilation |