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

Commit b6efd42

Browse files
committed
cmake version
2 parents 66c70f7 + f0428b4 commit b6efd42

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ From [opencv](https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html)
9090

9191
+ `build-essential`
9292
+ `>=cmake-3.16`
93-
+ `autoconf` (for ngraph)
94-
+ `libtool-bin` (for ngraph)
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)