mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[docs] Update install instructions about python protobuf
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
This commit is contained in:
@@ -35,7 +35,8 @@ cd comaps
|
|||||||
|
|
||||||
Install required packages (Ubuntu/Debian):
|
Install required packages (Ubuntu/Debian):
|
||||||
```bash
|
```bash
|
||||||
sudo apt install build-essential cmake qt6-base-dev qt6-svg-dev qt6-positioning-dev libicu-dev libfreetype-dev libharfbuzz-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev optipng python3-protobuf ninja-build
|
sudo apt install build-essential cmake qt6-base-dev qt6-svg-dev qt6-positioning-dev libicu-dev libfreetype-dev libharfbuzz-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev optipng python3-pip ninja-build
|
||||||
|
pip install "protobuf<3.21" --break-system-packages
|
||||||
```
|
```
|
||||||
|
|
||||||
If you plan to publish the app privately in stores check [special options](#special-cases-options).
|
If you plan to publish the app privately in stores check [special options](#special-cases-options).
|
||||||
|
|||||||
Reference in New Issue
Block a user