mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-31 08:52:08 +00:00
1.8 KiB
1.8 KiB
The Flatpak bundle
Tip
Check out latest Releases to get the precompiled bundle!
Build
Note
- the
libdb
module (a.k.a. Berkeley DB) requires theCFLAGS=-Wno-error=implicit-function-declaration
to disable warnings in the recent runtime version24.08
. This option is not yet necessary for23.08
, but that version is not in use as deprecated;- at this moment, the newer versions of
boost
andminiupnpc
than defined in the manifest are not compatible and require an update to thekevacoin-core
API (see dependencies for details)
Get source
git clone https://github.com/kvazar-network/kevacoin.git && cd kevacoin
Compile and install
flatpak-builder --force-clean build\
--install-deps-from=flathub\
--install\
--repo=repo\
--user\
io.github.kvazar_network.kevacoin-qt.json
Launch
Find and launch KevaCoin
from the application menu or use the following command to launch with CLI:
flatpak run io.github.kvazar_network.kevacoin-qt
Share the bundle
Follow these steps if you want to build the latest .flatpak
file from the repository and share it with others:
cd kevacoin
- navigate to the project source directorygit pull
- make sure the source is up to dateflatpak build-bundle repo kevacoin-qt.flatpak io.github.kvazar_network.kevacoin-qt
- create the bundle (kevacoin-qt.flatpak
)flatpak install --user kevacoin-qt.flatpak
- install from thekevacoin-qt.flatpak
bundle
Feedback
Please, create new Issue if you have any questions or feel free to contribute!