Adding libprotobuf-dev to debian/ubuntu build doc
libprotobuf-dev must be explicitly installed when protobuf-compiler is installed from Debian/Ubuntu repos
This commit is contained in:
parent
1faeaae7e5
commit
e57aa8c0ec
|
@ -92,9 +92,7 @@ Nvidia Jetson and Raspberry Pi, please read
|
||||||
Debian or Ubuntu:
|
Debian or Ubuntu:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt install python3-dev
|
$ sudo apt install -y python3-dev python3-venv protobuf-compiler libprotobuf-dev
|
||||||
$ sudo apt install python3-venv
|
|
||||||
$ sudo apt install -y protobuf-compiler
|
|
||||||
|
|
||||||
# If you need to build opencv from source.
|
# If you need to build opencv from source.
|
||||||
$ sudo apt install cmake
|
$ sudo apt install cmake
|
||||||
|
|
Loading…
Reference in New Issue
Block a user