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

Commit f0428b4

Browse files
authored
Update README.md
1 parent 7a57a8d commit f0428b4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ From [opencv](https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html)
8989
[ffmpeg](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu), [openBLAS](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu) and [ngraph](https://www.ngraph.ai/documentation/buildlb)
9090

9191
+ `build-essential`
92-
+ `>=cmake-3.11`
93-
+ `autoconf` (for ngraph)
94-
+ `libtool-bin` (for ngraph)
92+
+ `>=cmake-3.13`
9593
+ `git`
9694
+ `pkg-config`
9795
+ `python3-dev`
@@ -107,7 +105,7 @@ hash -r
107105
sudo snap install cmake --classic
108106

109107
sudo apt-get update
110-
sudo apt install build-essential git pkg-config python3-dev nasm python3 virtualenv libusb-1.0-0-dev chrpath autoconf libtool-bin
108+
sudo apt install build-essential git pkg-config python3-dev nasm python3 virtualenv libusb-1.0-0-dev chrpath
111109

112110
# for ngraph
113111
# the `dldt/_deps/ext_onnx-src/onnx/gen_proto.py` has `#!/usr/bin/env python` string and will throw an error otherwise

0 commit comments

Comments
 (0)