From af8eb9d37d491be4c2a6f3908241a00568506eef Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 9 Nov 2020 12:23:33 +0100 Subject: [PATCH] Adding documentation about therecipe/qt --- BUILDS.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index 0a38f0e0..679649d3 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -13,7 +13,16 @@ To enable the sending of crash reports using Sentry please set the Otherwise, the sending of crash reports will be disabled. ## Build -* for Windows please unset the `MSYSTEM` variable +In order to build Bridge or Import-Export app with Qt interface we are using +[Qt Go Binding](https://github.com/therecipe/qt). The dependencies and +installation of this tool is part of `make build` target. If you have issues +with installation of therecipe/qt we recommend to follow [this +wiki](https://github.com/therecipe/qt/wiki/Installation-on-Linux) + +Please note that `$(go env GOPATH)/bin` must be in your `PATH` to ensure +binaries installed by `therecipe/qt` (such as `qtdeploy`) are found. Also, +before you start build **on Windows**, please unset the `MSYSTEM` variable + ```bash export MSYSTEM=