diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-06 19:56:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-06 19:56:33 +0300 |
commit | 73e73f46eaff4f2236b31ed5858738c6b5e26ea3 (patch) | |
tree | 3af375ca4be03bacb34aa72b173dd22a9f792380 /README.md | |
parent | Initialize sync timer (diff) | |
download | nheko-73e73f46eaff4f2236b31ed5858738c6b5e26ea3.tar.xz |
Use const refs for the deserialized data
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
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 |