From 6ded86b08070f73211e911fd3a677ba49fa22f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 6 Jan 2025 09:25:00 +0100 Subject: [PATCH] Remove Google protobuf from documentation --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 914cbe4..2165b72 100644 --- a/README.md +++ b/README.md @@ -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