Once again ... be-be-be-be ...

Signed-off-by: Laentir Valetov <laex@bk.ru>
This commit is contained in:
Laentir Valetov 2019-12-18 02:02:47 +04:00
parent f1fb67016f
commit 549b8e43ee

View File

@ -35,8 +35,7 @@ or from the repository (Delphi-OpenCV\redist\SDL\1.2 and \2.0):
(8) 64-bit - SDL.dll and SDL2.dll "\x64"
```
# How to install:
## 1. Dynamic libraries
### 1.1. Copy files
## 1. Copy dynamic libraries files
<b>OS Windows 64-bit</b><br>
```
Target platform 64-bit: (2),(4),(6),(8) -> "C:\Windows\System32\"
@ -46,7 +45,7 @@ Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\"
```
Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\System32\"
```
### 2. Delphi environment setting
## 2. Delphi environment setting
Download and unzip the [archive][1] or clone repository<br>
```
git clone https://github.com/Laex/Delphi-OpenCV.git
@ -84,7 +83,7 @@ Add the search path for the modules of the project in Delphi IDE<br>
<PROJECT_ROOT>\Delphi-FFMPEG\source
```
where ```<PROJECT_ROOT>``` directory, which was unzipped (or cloned) repository.<br>
### 3. Verify that the environment is configured correctly
## 3. Verify that the environment is configured correctly
Run from the repository
```
Delphi-OpenCV/CheckCVDep/CheckCVDep.exe
@ -103,7 +102,7 @@ OK
OK
```
To successfully install components and run most of the examples, the availability of FFMPEG DLL, Microsoft DLL and OpenCV DLL is sufficient
### 4. Install the components
## 4. Install the components
To install the components, open and install
```