Download the SAFR Embedded SDK package for Linux x86 from the Developers tab of the SAFR Download Portal. The eSDK is distributed as a set of (native code) shared objects (.so
) and resource files.
You should copy the library and model files from the SAFR eSDK into the directory which contains your final application. Place the shared object files inside a directory named lib
and the resource files inside a directory named model
. Assuming that your application would be called Example
and that you will ship it inside a directory called ExampleApp
then the structure of your final application directory would look like this:
ExampleApp/
Example
lib/
...
model/
...
The supported architectures are x86_64 and armv8-a. See https://docs.real.com/esdk/linuxarm/Linux_ARM_eSDK.html for information about the Linux ARM architecture.