mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-01-18 12:02:10 +01:00
Remove Google protobuf from documentation
This commit is contained in:
parent
3287e54411
commit
6ded86b080
10
README.md
10
README.md
@ -68,25 +68,19 @@ repository.
|
|||||||
## Build
|
## Build
|
||||||
### Requirements
|
### Requirements
|
||||||
* Qt5 >= 5.11 or Qt6
|
* Qt5 >= 5.11 or Qt6
|
||||||
* Google Protocol Buffers (protobuf-lite)
|
|
||||||
* Zlib
|
* Zlib
|
||||||
|
|
||||||
### Build steps
|
### Build steps
|
||||||
#### Linux
|
#### Linux, OS X and Android
|
||||||
```shell
|
```shell
|
||||||
qmake pbfplugin.pro
|
qmake pbfplugin.pro
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
#### Windows
|
#### Windows
|
||||||
```shell
|
```shell
|
||||||
qmake PROTOBUF=path/to/protobuf ZLIB=path/to/zlib pbfplugin.pro
|
qmake ZLIB=path/to/zlib pbfplugin.pro
|
||||||
nmake
|
nmake
|
||||||
```
|
```
|
||||||
#### OS X
|
|
||||||
```shell
|
|
||||||
qmake PROTOBUF=path/to/protobuf pbfplugin.pro
|
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
Copy the plugin to the system Qt image plugins path to make it work. You may
|
Copy the plugin to the system Qt image plugins path to make it work. You may
|
||||||
|
Loading…
x
Reference in New Issue
Block a user