From dce788840801afa102a8ae730202eed7c39fb092 Mon Sep 17 00:00:00 2001 From: Michal Horejsek Date: Thu, 10 Dec 2020 10:02:22 +0100 Subject: [PATCH] Added info about nogui to BUILDS.md --- BUILDS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BUILDS.md b/BUILDS.md index 679649d3..42a22192 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -40,6 +40,17 @@ make build * for `windows`, the binary will have the file extension `.exe` (e.g `proton-bridge.exe`) * for `darwin`, the application will be created with name of the project directory (e.g `proton-bridge.app`) +#### Build Bridge without GUI +* If you need bridge build without Qt dependencies, you can build it by running + +```bash +make build-nogui +``` + +* Bridge without GUI will start by default without any interface (i.e., there is no way to add or remove client, get bridge password, etc) +* Bridge always have option (with or without Qt) to use CLI by starting bridge with argument `-c` +* NOTE: You still need to setup supported keychain on your system + ### Build Import-Export * in project root run