[CMake] Help on first cmake project

Gonzalo Garramuño ggarra13 at gmail.com
Fri Jul 7 11:36:56 EDT 2017



El 07/07/17 a las 03:45, Florian Lindner escribió:
> * Any other advises you want to give me?
I would advise you try to build out of source tree to keep the source 
clean.  Example:

$ mkdir build-linux64
$ cd build-linux64
$ cmake .. -G'Unix Makefiles'
$ make
$ make install

when done, you can then do:

$ cd ..
$ rm -rf build-linux64

> Thanks for helping a beginner!
>
> Florian
No problem.

-- 
Gonzalo Garramuño



More information about the CMake mailing list