From: José Bollo Date: Tue, 29 Dec 2015 12:38:19 +0000 (+0100) Subject: README: improves the formatting X-Git-Tag: 2.0.2~108 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=6b8b90ae60a9f1deb0d45c92fbd0da697462b781 README: improves the formatting Change-Id: Ifd4e27f1e46e873fd5e3dbddc0db53152aa15d15 --- diff --git a/README.md b/README.md index c8995c4..e5ce6c6 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,16 @@ use ***libzip***. The main scheme for compiling the project is: > cmake . +> > make +> > sudo make install By default, the installation is made in ***/usr***. To change this behaviour, you should set the variable CMAKE_INSTALL_PREFIX as in the below example: -> cmake -DCMAKE_INSTALL_PREFIX=$(pwd)/root . +> cmake -DCMAKE_INSTALL_PREFIX=/some/where . You could check the documentation of the standard CMake module [GNUInstallDirs](https://cmake.org/cmake/help/v3.4/module/GNUInstallDirs.html).