mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Added windows build info
This commit is contained in:
parent
eee472dada
commit
bcc9743d4e
10
README.md
10
README.md
@ -26,16 +26,22 @@ pm.loadFromData(tileData, QString::number(zoom).toLatin1());
|
||||
```
|
||||
|
||||
## Build
|
||||
Build requirements:
|
||||
### Build requirements:
|
||||
* QT 5.x
|
||||
* Google Protocol Buffers (protobuf-lite)
|
||||
* Zlib
|
||||
|
||||
Build steps:
|
||||
### Build steps:
|
||||
#### Linux
|
||||
```shell
|
||||
qmake pbfplugin.pro
|
||||
make
|
||||
```
|
||||
#### Windows
|
||||
```shell
|
||||
qmake PROTOBUF=path/to/protobuf ZLIB=path/to/zlib pbfplugin.pro
|
||||
make
|
||||
```
|
||||
|
||||
## Install
|
||||
Copy the plugin to the system Qt image plugins path to make it work. You may
|
||||
|
Loading…
Reference in New Issue
Block a user