mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-09-04 02:01:48 +00:00
Add Flatpak building instructions
This commit is contained in:
parent
d97f5d0924
commit
2b0fe9b3e2
@ -49,3 +49,12 @@ cd i2pd/qt/i2pd_qt
|
|||||||
qmake
|
qmake
|
||||||
make USE_UPNP=yes
|
make USE_UPNP=yes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Building a Flatpak package
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install flatpak flatpak-builder
|
||||||
|
flatpak --user install org.kde.Sdk/x86_64/5.11 # required SDK version might be higher, recheck the manifest
|
||||||
|
git clone https://github.com/flathub/website.i2pd.i2pd && cd website.i2pd.i2pd
|
||||||
|
flatpak-builder --user --install --force-clean i2pd_build_dir website.i2pd.i2pd.json
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user