The EyeVec SDK package file comes as a tar.gz file or zip file depending on the target platform:

where <version> is a version number consisting of three dot-separated parts: a major version number, a minor version number and a patch level.

Both of these files follow the same internal structure.

Unpacking the tarball for Linux will produce directory eyevec-sdk-<version>-linux-x86_64 with following contents:

Files Description

share/eyevec/README

Short README

share/eyevec/EyeVec-SDK-license.txt

EyeVec SDK license agreement

share/eyevec/examples/example*/

Example programs from the programmer’s guide

include/eyevec/c/*.h

Header files for the C library

include/eyevec/c++/*.(cpp|h)

Header files and source files for the thin C++ wrapper

lib/libeyevec.so.<version>

Shared object (C) with three symlinks

Unpacking the zip-file Windows will produce directory eyevec-sdk-<version>-windows-x86_64 with following contents:

Files Description

share/eyevec/README

Short README

share/eyevec/EyeVec-SDK-license.txt

EyeVec SDK license agreement

share/eyevec/examples/example*/

Example programs from the programmer’s guide

include/eyevec/c/*.h

Header files for the C library

include/eyevec/c++/*.(cpp|h)

Header files and source files for the thin C++ wrapper

lib/libeyevec.dll.a

Link library (C)

bin/libeyevec.dll

Shared library (C)

See also: Installing the SDK