The EyeVec SDK package file comes as a tar.gz
file or zip
file depending on
the target platform:
-
eyevec-sdk-<version>-linux-x86_64.tar.gz
-
eyevec-sdk-<version>-windows-x86_64.zip
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 |
---|---|
|
Short README |
|
EyeVec SDK license agreement |
|
Example programs from the programmer’s guide |
|
Header files for the C library |
|
Header files and source files for the thin C++ wrapper |
|
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 |
---|---|
|
Short README |
|
EyeVec SDK license agreement |
|
Example programs from the programmer’s guide |
|
Header files for the C library |
|
Header files and source files for the thin C++ wrapper |
|
Link library (C) |
|
Shared library (C) |
See also: Installing the SDK