X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=interfaces%2Fipp%2Freadme.txt;fp=interfaces%2Fipp%2Freadme.txt;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=8763de06bef7594bc0be367df74dce0bc42e04bc;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/interfaces/ipp/readme.txt b/interfaces/ipp/readme.txt deleted file mode 100644 index 8763de0..0000000 --- a/interfaces/ipp/readme.txt +++ /dev/null @@ -1,35 +0,0 @@ -This is the project for Visual Studio 6.0 for custom ippopencv DLL, -a subset of IPP libraries used by OpenCV. - -How to build and use it: ------------------------- - -1. You need to have IPP 4.x or 5.x installed. - \include and - \lib must be added to the directory lists in - Developer Studio (Tools->Options->Directories in case of Visual Studio 6.0) - -2. Open ippopencv.dsw with Visual Studio 6.0 or Visual Studio .NET 2003/2005. - In the latter case it will be automatically converted to .sln - -3. Choose the appropriate configuration - ("Release" for IPP 4.x, "Release IPP5" for IPP 5.0.x, - "Release IPP5_1" for IPP 5.1.x or later versions) - and build it. - -4. You will get ippopencv.dll in \bin that you may - redistribute with your applications instead of the full bunch of IPP DLLs - (ipps, ippi etc.). The DLL will combine A6 (for Pentium III or compatible) - and W7 (for Pentium 4, Pentium M or compatible) code and the best version - will be automatically chosen for the particular CPU. - ------------------------- - -Note, that in order to ship ippopencv*.dll with commercial products one -must obtain a commercial license for IPP. This tool is only a specialized -version of customdll example included into IPP distribution -(/tools/customdll) and it is provided for OpenCV users convenience. - -A note for Linux users: while the ippopencv project has not been ported on Linux yet, -it should be possible to build custom shared library using the example from IPP -for Linux distribution and opencvipp_funclist.h as the list of functions.