Visible to Intel only — GUID: GUID-8446ED64-C0A6-4128-A440-65049CF2111F
Configuring Your Build Environment
Configure your build environment to use Integration Wrappers (IW) for Intel® IPP:
- Make sure that the IPPROOT environment variable is set correctly.
- Add the IPPROOT/include directory to the libraries search path of your application.
- Add the IPPROOT/lib/<arch> directory to the libraries search path of your application.
- 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
- Provide access to IW APIs in your application by including iw/iw.h for C API and iw++/iw.h for C++ API.
Parent topic: Getting Started