Update Readme.md

pull/328/head
Alexey 8 years ago committed by GitHub
parent 75c39f5750
commit ee87f4b649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -166,8 +166,6 @@ Then add to your created project:
`OPENCV;_TIMESPEC_DEFINED;_CRT_SECURE_NO_WARNINGS;_CRT_RAND_S;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)` `OPENCV;_TIMESPEC_DEFINED;_CRT_SECURE_NO_WARNINGS;_CRT_RAND_S;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)`
- open file: `\src\detector.c` and check lines `#pragma` and `#inclue` for OpenCV.
- compile to .exe (X64 & Release) and put .dll-s near with .exe: - compile to .exe (X64 & Release) and put .dll-s near with .exe:
* `pthreadVC2.dll, pthreadGC2.dll` from \3rdparty\dll\x64 * `pthreadVC2.dll, pthreadGC2.dll` from \3rdparty\dll\x64

Loading…
Cancel
Save