By default, for Linux, we provide a package with shared libraries (.so
). However, it is also possible to build a static library (.a
) with all the dependencies included. If you need a static library please contact us using Support contacts and we will build it for you.
By default, for Windows, we provide dynamic libraries (.dll
) which are built with dynamic run-time (/MD
for release and /MDd
for debug). However, we can also provide you all-inclusive static library which is build with static run-time (MT
for release and /MTd
for debug). You can request static build using Support contacts.