We provide a package with shared libraries (.so) by default for Linux. However, it is also possible to build a static library (.a) that includes all dependencies. If you need a static library, please contact our team, and we will build it for you.
By default, for Windows, we provide dynamic libraries (.dll) built with dynamic run-time (/MD for release and /MDd for debug). However, we can also provide you with an all-inclusive static library built with static run-time (/MT for release and /MTd for debug). You can request a static build using support contacts.