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:
Alessio 2021-10-26 11:07:24 +02:00 committed by GitHub
parent 1faeaae7e5
commit e57aa8c0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,9 +92,7 @@ Nvidia Jetson and Raspberry Pi, please read
Debian or Ubuntu:
```bash
$ sudo apt install python3-dev
$ sudo apt install python3-venv
$ sudo apt install -y protobuf-compiler
$ sudo apt install -y python3-dev python3-venv protobuf-compiler libprotobuf-dev
# If you need to build opencv from source.
$ sudo apt install cmake