Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Made description more explicit as in https://github.com/paritytech/metadata-portal
So somebody who got compilation error and opening creates.io description can see simple solition for most widely used systems,
e.q. it's called libopencv-dev on ubuntu, not opencv-dev
  • Loading branch information
Dmitry-Borodin authored and twistedfall committed Aug 31, 2022
1 parent 8d33e4b commit 437b469
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,17 @@ use opencv::prelude::*;

### Linux

#### Arch Linux:

OpenCV package in Arch is suitable for this.

`pacman -S clang qt5-base opencv`

#### Ubuntu:

`sudo apt install libopencv-dev clang libclang-dev`

#### Other Linux:
You have several options of getting the OpenCV library:

* install it from the repository, make sure to install `-dev` packages because they contain headers necessary
Expand Down

0 comments on commit 437b469

Please sign in to comment.