diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 13:38:19 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 13:38:19 +0100 |
commit | 6b8b90ae60a9f1deb0d45c92fbd0da697462b781 (patch) | |
tree | d89007dc5e73b4ca88b54d5ac4bf6ed518fb4ad9 | |
parent | d1cb4c09a7ba8ed7fc57879b7e6cf36c2ef4cc83 (diff) |
README: improves the formatting
Change-Id: Ifd4e27f1e46e873fd5e3dbddc0db53152aa15d15
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |