Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

Configuring Your Build Environment

Configure your build environment to use Integration Wrappers (IW) for Intel® IPP:

  1. Make sure that the IPPROOT environment variable is set correctly.
  2. Add the IPPROOT/include directory to the libraries search path of your application.
  3. Add the IPPROOT/lib/<arch> directory to the libraries search path of your application.
  4. Add the following libraries for linking with your application:
    • Windows* OS: ipp_iw.lib, ippccmt.lib, ippcvmt.lib, ippimt.lib, ippsmt.lib, ippvmmt.lib, ippcoremt.lib
    • Linux* OS: libipp_iw.a, libippcc.a, libippcv.a, libippi.a, libipps.a, libippvm.a, libippcore.a
  5. Provide access to IW APIs in your application by including iw/iw.h for C API and iw++/iw.h for C++ API.