From 1232b82b1dbb6d9344c1dfa10b4c16d376a40964 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 21 Jul 2022 21:50:10 -0700 Subject: build(libacron): add static library Signed-off-by: Trumeet --- client/libacron/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/libacron/README.md') diff --git a/client/libacron/README.md b/client/libacron/README.md index 8305a5d..5e0f989 100644 --- a/client/libacron/README.md +++ b/client/libacron/README.md @@ -26,7 +26,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . ``` -The shared library will be at `libac.so`. +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/`. -- cgit v1.2.3