From e57aa8c0ecef62ae6948f8c1d4b6e6b606b9b30a Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 26 Oct 2021 11:07:24 +0200 Subject: [PATCH] Adding libprotobuf-dev to debian/ubuntu build doc libprotobuf-dev must be explicitly installed when protobuf-compiler is installed from Debian/Ubuntu repos --- docs/getting_started/python.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/getting_started/python.md b/docs/getting_started/python.md index 83550be84..691865b83 100644 --- a/docs/getting_started/python.md +++ b/docs/getting_started/python.md @@ -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