forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jareddavison edited this page Nov 24, 2016
·
5 revisions
Project: Getting the OpenCV library compiling on Embarcadero Clang Enhanced C++ compiler and in due course hopefully their other compilers.
To contribute:
-
To set it up you need to install the stanalone Intel IPP. https://software.intel.com/en-us/intel-ipp
-
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)
-
Run setupbcc.bat in root of tree. (this sets up CMake to use IPP and bcc32c.exe)
-
Run make
This is a work in progress so don't expect to fully compile yet.