summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 19:56:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 19:56:33 +0300
commit73e73f46eaff4f2236b31ed5858738c6b5e26ea3 (patch)
tree3af375ca4be03bacb34aa72b173dd22a9f792380 /README.md
parentInitialize sync timer (diff)
downloadnheko-73e73f46eaff4f2236b31ed5858738c6b5e26ea3.tar.xz
Use const refs for the deserialized data
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0e01f14..42b33dc9 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,14 @@ $ sudo pacman -S qt5-base cmake gcc
 
 #### Building
 
-Run `make build`. The `nheko` binary will be located in the `build` directory.
+Run
+
+```bash
+cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release # Default is Debug.
+make -C build
+```
+
+The `nheko` binary will be located in the `build` directory.
 
 #### Contributing