From 33e76233a9dfa2707ed22effb1814a752d52aca5 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 21 Jul 2022 21:50:25 -0700 Subject: build(libacron): add install target Signed-off-by: Trumeet --- client/libacron/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/libacron/README.md') 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. -- cgit v1.2.3