You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you can link zlib and OpenSSL statically. Build dependencies configuration is done via CMake. It will choose the static libraries if dynamic libraries aren't present in the system, or static libraries manually specified during CMake configuration. You will also need to statically link C++ standard library and may want to statically link C standard library other than libc.
Hello everyone!
How i can build a static library tdjson?
The text was updated successfully, but these errors were encountered: