diff --git a/README.md b/README.md index 96c2136..b5993d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Delphi-OpenCV * OpenCV version - 2.4.13
-* Development environment - Delphi 2010-10.3, FPC
+* Development environment - Delphi 2010-10.3, FPC 3.0.4
Contributors: @@ -55,13 +55,12 @@ Unzip it to a convenient directory, thus get the following directory structure ``` -Download the [FFmpeg Delphi/Pascal Headers 4.0.2][6] and extract to \source\ffmpeg or use [DELPHI-FFMPEG][7] (as submodule)
Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path) ``` \source \source\classes \source\component -\source\ffmpeg\headers or \source\Delphi-FFMPEG\source +\source\Delphi-FFMPEG\source \source\opengl \source\sdl \source\sdl2 @@ -128,7 +127,5 @@ Examples of use of components [1]: https://github.com/Laex/Delphi-OpenCV/archive/master.zip [2]: https://www.microsoft.com/en-us/download/details.aspx?id=48145 [3]: https://www.libsdl.org/index.php -[4]: https://github.com/opencv/opencv/releases/tag/2.4.13.3 -[5]: http://ffmpeg.zeranoe.com/builds/ -[6]: http://www.delphiffmpeg.com/headers/ -[7]: https://github.com/Laex/Delphi-FFMPEG \ No newline at end of file +[4]: https://github.com/opencv/opencv/releases/tag/2.4.13.6 +[5]: http://ffmpeg.zeranoe.com/builds/ \ No newline at end of file