put .flatpak-builder cache directory in build dir

updated flatpak instructions so that the `.flatpak-builder/` cache directory is created in the exiting `build/` directory as well
This commit is contained in:
zciendor 2020-04-30 10:20:11 +00:00 committed by GitHub
parent 9ac0254a37
commit 67ea8569f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -install-deps-from=flathub --force-clean --user build/_flatpak org.bitmessage.PyBitmessage.json
flatpak-builder --install --user -install-deps-from=flathub --force-clean --state-dir=build/.flatpak-builder build/_flatpak 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.