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.md2
1 files changed, 1 insertions, 1 deletions
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/`.