1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-13 05:41:16 +00:00

Add Flatpak building instructions

This commit is contained in:
l-n-s 2018-10-31 11:45:58 -04:00
parent d97f5d0924
commit 2b0fe9b3e2

View File

@ -49,3 +49,12 @@ cd i2pd/qt/i2pd_qt
qmake
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
```