The SFVDDK installation package is a .tar.gz compressed file (for example, sfvddk.x.y.z_x86_64.tar.gz, where x.y.z is the version number of SFVDDK). Below are the steps to install SFVDDK on Linux:
Decompress the installation package to generate a directory named sfvddk.x.y.z.
tar -zxf sfvddk.x.y.z.tar.gz
Add the library path to the application execution environment using LD_LIBRARY_PATH.