Remove Google protobuf from documentation

This commit is contained in:
Martin Tůma 2025-01-06 09:25:00 +01:00 committed by GitHub
parent 3287e54411
commit 6ded86b080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,25 +68,19 @@ repository.
## Build
### Requirements
* Qt5 >= 5.11 or Qt6
* Google Protocol Buffers (protobuf-lite)
* Zlib
### Build steps
#### Linux
#### Linux, OS X and Android
```shell
qmake pbfplugin.pro
make
```
#### Windows
```shell
qmake PROTOBUF=path/to/protobuf ZLIB=path/to/zlib pbfplugin.pro
qmake ZLIB=path/to/zlib pbfplugin.pro
nmake
```
#### OS X
```shell
qmake PROTOBUF=path/to/protobuf pbfplugin.pro
make
```
## Install
Copy the plugin to the system Qt image plugins path to make it work. You may