summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-29 13:38:19 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-29 13:38:19 +0100
commit6b8b90ae60a9f1deb0d45c92fbd0da697462b781 (patch)
treed89007dc5e73b4ca88b54d5ac4bf6ed518fb4ad9 /README.md
parentd1cb4c09a7ba8ed7fc57879b7e6cf36c2ef4cc83 (diff)
README: improves the formatting
Change-Id: Ifd4e27f1e46e873fd5e3dbddc0db53152aa15d15
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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).