Installation and Usage

Prerequisites

IntactSDK requires the Intel oneAPI Math Kernel Library. Specifically, at runtime, it requires libiomp5md.dll, which can be obtained from Intel’s redistributable downloads.

Installation

The IntactSDK package provides headers, in the include/ directory, a static library, in the lib/ directory, and required third party dependencies, in the bin/ directory. To use IntactSDK, include the header directory when building your application, link to the libraries in the lib/ directory, and add the path to the bin/ directory to the path environment variable so the application can find the required dependencies.

To use the LevelOpt functionality, you must define the symbol INTACT_VDB.