Changeset View
Changeset View
Standalone View
Standalone View
packaging/GNU-Linux/flatpak/README.md
| # Building flatpak for kazv | # Building flatpak for kazv | ||||
| All blocks are run from the repository root unless specified. | All blocks are run from the repository root unless specified. | ||||
| Setup the environment: | Setup the environment: | ||||
| ``` | ``` | ||||
| cd packaging/GNU-Linux/flatpak | cd packaging/GNU-Linux/flatpak | ||||
| python -m venv venv | python -m venv venv | ||||
| . ./venv/bin/activate | . ./venv/bin/activate | ||||
| pip3 install aiohttp toml | pip3 install aiohttp tomlkit | ||||
| wget -O./venv/bin/flatpak-cargo-generator https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/cargo/flatpak-cargo-generator.py | wget -O./venv/bin/flatpak-cargo-generator https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/cargo/flatpak-cargo-generator.py | ||||
| chmod +x ./venv/bin/flatpak-cargo-generator | chmod +x ./venv/bin/flatpak-cargo-generator | ||||
| cd ../../.. | cd ../../.. | ||||
| ``` | ``` | ||||
| Setup flatpak: | Setup flatpak: | ||||
| ``` | ``` | ||||
| Show All 33 Lines | |||||