Download SDK & copy files

Download SDK

First thing you need to do is Download EQU8 SDKarrow-up-right (Only available after you talk to us)

The EQU8 SDK is split up into two libraries. One server library, and one client library. Let us make sure that they are both accessible from within your code.

Copy the EQU8 library files

From the archive, copy the sdk/cxx_bindings directory to your source-tree.

The two C-files are just used to dynamically load the EQU8 libraries depending on architecture. If you would rather link against the modules statically you can skip this step and alter your build job accordingly

Last updated