mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
@@ -20,14 +20,14 @@ To work with styles first [clone the CoMaps repository](INSTALL.md#getting-sourc
|
|||||||
|
|
||||||
Install a `protobuf` python package with `pip`
|
Install a `protobuf` python package with `pip`
|
||||||
```
|
```
|
||||||
pip install protobuf
|
pip install "protobuf<3.21"
|
||||||
```
|
```
|
||||||
or with your OS package manager, e.g for Ubuntu
|
or with your OS package manager, e.g for Ubuntu
|
||||||
```
|
```
|
||||||
sudo apt install python3-protobuf
|
sudo apt install python3-protobuf
|
||||||
```
|
```
|
||||||
|
|
||||||
To run the `generate_symbols.sh` script install `optipng` also, e.g. for Ubuntu
|
To run the `generate_symbols.sh` script, you need to install `optipng`, e.g. for Ubuntu
|
||||||
```
|
```
|
||||||
sudo apt install optipng
|
sudo apt install optipng
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user