19 lines
287 B
Markdown
19 lines
287 B
Markdown
# Flatpak (GTK client)
|
|
|
|
This builds the GTK client as a Flatpak **assuming `kordophoned` is installed on the host**
|
|
and reachable on the **session bus** as `net.buzzert.kordophonecd`.
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cd gtk
|
|
make flatpak
|
|
```
|
|
|
|
## Install (user)
|
|
|
|
```bash
|
|
cd gtk
|
|
make flatpak-install
|
|
```
|