mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +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
|
||||||
Build requirements:
|
### Build requirements:
|
||||||
* QT 5.x
|
* QT 5.x
|
||||||
* Google Protocol Buffers (protobuf-lite)
|
* Google Protocol Buffers (protobuf-lite)
|
||||||
* Zlib
|
* Zlib
|
||||||
|
|
||||||
Build steps:
|
### Build steps:
|
||||||
|
#### Linux
|
||||||
```shell
|
```shell
|
||||||
qmake pbfplugin.pro
|
qmake pbfplugin.pro
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
#### Windows
|
||||||
|
```shell
|
||||||
|
qmake PROTOBUF=path/to/protobuf ZLIB=path/to/zlib 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…
Reference in New Issue
Block a user