aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/README.md
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-21 21:50:10 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-21 21:50:10 -0700
commit1232b82b1dbb6d9344c1dfa10b4c16d376a40964 (patch)
treeb8036a4cefe0717d7dc16020550aca6e90120bbf /client/libacron/README.md
parent609c725cedbeca31ae3aba3a9c39c5030ea1d20f (diff)
downloadacron-1232b82b1dbb6d9344c1dfa10b4c16d376a40964.tar
acron-1232b82b1dbb6d9344c1dfa10b4c16d376a40964.tar.gz
acron-1232b82b1dbb6d9344c1dfa10b4c16d376a40964.tar.bz2
acron-1232b82b1dbb6d9344c1dfa10b4c16d376a40964.zip
build(libacron): add static library
Signed-off-by: Trumeet <yuuta@yuuta.moe>
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/`.