Closed Andoramb closed 11 months ago
Hello @Andoramb, we do not support linking SIL Kit as a static library, and neither do we support statically linking the utility executables.
Thank you for your message and happy holidays!
Alright,
Good to know! Thanks for the quick answer. Same to you 👍
Describe the issue Is it possible to build (for example) the sil-kit-registry binary with statically linked libraries, so it can run standalone on different environments?
To Reproduce So far I have added the following lines to the
cmake
instruction:Expected behavior When I try to run the compiled binary on an other OS (same arch as origin) it still gives missing library related errors:
Your Environment (please complete the following information):
uname -a
:Linux DESKTOP microsoft-standard-WSL2 #1 x86_64 x86_64 x86_64 GNU/Linux
cmake
command looks like this: