From 684db99ff47b8150bef3cabb4b87c022c8df4be7 Mon Sep 17 00:00:00 2001 From: zciendor <37557036+zciendor@users.noreply.github.com> Date: Thu, 30 Apr 2020 09:34:38 +0000 Subject: [PATCH] use build directory for flatpak-builder artifacts updated flatpak instructions to make use of the build directory which is already used for other stuff as well --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5914b794..a8db698e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -113,7 +113,7 @@ Once you have `flatpak` and `flatpak-builder` installed: git clone git://github.com/Bitmessage/PyBitmessage.git cd PyBitmessage/ git submodule add https://github.com/flathub/shared-modules.git -flatpak-builder --install _flatpak -install-deps-from=flathub --force-clean --user org.bitmessage.PyBitmessage.json +flatpak-builder --install build/_flatpak -install-deps-from=flathub --force-clean --user org.bitmessage.PyBitmessage.json ``` This will install PyBitmessage to your local flatpak user repository, but it takes a while to compile because QT4 and PyQt4 have to be build, among others.