From 6b8b90ae60a9f1deb0d45c92fbd0da697462b781 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 29 Dec 2015 13:38:19 +0100 Subject: [PATCH] README: improves the formatting Change-Id: Ifd4e27f1e46e873fd5e3dbddc0db53152aa15d15 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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). -- 2.16.6