diff --git a/README.md b/README.md index 75369b2..f6bfbdd 100644 --- a/README.md +++ b/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