cmake: use out-of-source build

This commit is contained in:
Christoph Gysin 2015-12-01 21:14:27 +02:00
parent a043c9030c
commit 2dedf206d7
6 changed files with 4 additions and 9 deletions

View file

@ -46,7 +46,9 @@ Install dependencies:
Run these commands:
cmake .
mkdir build
cd build
cmake ..
make
sudo make install