aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'client/libacron/README.md')
-rw-r--r--client/libacron/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/libacron/README.md b/client/libacron/README.md
index 5e0f989..240d671 100644
--- a/client/libacron/README.md
+++ b/client/libacron/README.md
@@ -24,11 +24,12 @@ mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
+DESTDIR=$(pwd)/install cmake --install .
```
The shared library will be at `libac.so` (`ac.dll` on Windows). The static library will be at `libac-static.a` (`ac-static.lib` on Windows).
-The distributable headers are at `client/libacron/include/`.
+The distributable headers are at `install/usr/local/include/libac/`.
To make debug builds, use the Debug build type. Debug builds will have ASAN enabled.