Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1163ea3

Browse files
authored
Update README.md
1 parent ff4d385 commit 1163ea3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ MYRIAD plugin became opensource from dldt-2019_R1.1. It is possible to compile i
7878
+ `libusb-1.0-0-dev` (for dldt >= 2019_R1.0.1)
7979
+ `chrpath`
8080

81+
```
82+
sudo apt-get update
83+
sudo apt install build-essential cmake git pkg-config python3-dev nasm python3 virtualenv libusb-1.0-0-dev chrpath
84+
```
85+
8186
Last successfully tested with dldt-2019_R1.1, opencv-4.1.0, ffmpeg-4.1.3
8287

8388
### Preparing
@@ -116,7 +121,7 @@ make install
116121

117122
cd ../dldt
118123
# if you do not want to buld all IE tests --
119-
# comment L:142 in `dldt/inference-engine/CMakeLists.txt` ("add_subdirectory(tests)")
124+
# comment L:142 in `../../dldt/inference-engine/CMakeLists.txt` ("add_subdirectory(tests)")
120125
# <https://github.com/opencv/dldt/pull/139>
121126
./dldt_setup.sh
122127
make -j8

0 commit comments

Comments
 (0)