Skip to content
jareddavison edited this page Nov 24, 2016 · 5 revisions

OpenCV with Embarcadero Clang Enhanced CPP compiler

Project: Getting the OpenCV library compiling on Embarcadero Clang Enhanced C++ compiler and in due course hopefully their other compilers.

To contribute:

  1. To set it up you need to install the stanalone Intel IPP. https://software.intel.com/en-us/intel-ipp

  2. Then launch an administrator prompt and run the batch file in the root of my tree: setupipp4bcc.bat (this needs administrator access to program files because it will generate OMF .LIB files there under the IPP Root folder)

  3. Run setupbcc.bat in root of tree. (this sets up CMake to use IPP and bcc32c.exe)

  4. Run make

This is a work in progress so don't expect to fully compile yet.

Clone this wiki locally