To install the FindSurface SDK, complete the following steps:
Download the SDK from the website.
Just unzip the .zip file wherever you want on your system.
The followings are included.
Download the SDK from the website.
Just extract the libFindSurface.tar.gz file wherever you want on your system.
The followings are included.
This file is for runtime only.
It is not available to build an application because Gemalto License Protection hides its symbol information.
To build your application, use dummy .so file below
This file is a dummy .so file that only contains a symbol information for build.
It may be somewhat cumbersome but you have to use this file when you build your application.
Install Header file (FindSurface.h): There are 2 options
/usr/local/include
.$ sudo cp FindSurface.h /usr/local/include
This is the simplest way to install a header file on most of linux system.-I
option)Install Library file for Runtime ( libFindSurface.so under lib/x86_64
): There are 2 options
/usr/local/lib
.$ sudo cp FindSurface.h /usr/local/lib
This is the simplest way to install a library file on most of linux system.LD_LIBRARY_PATH
or /etc/ld.so.conf
)Install Library file for Build ( libFindSurface.so under lib_import/x86_64
)
-L
option)