aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4603e4..5b5f5b1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Building:
mkdir build
cd build
- cmake ..
+ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/opt/ble-toys
make -j
This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build.