Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 993 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 993 Bytes

Apx GUI

A frontend in GTK 4 and Libadwaita for Apx.


Translation Status

Dependencies

Build Dependencies

apt install -y build-essential meson libadwaita-1-dev \
               desktop-file-utils pkg-config libglib2.0-dev

Runtime Dependencies

apt install -y python3 python3-gi \
               gir1.2-gtk-4.0 libadwaita-1-0 \
               gir1.2-vte-3.91 python3-yaml \
               python3-requests gettext

APX version 2.0+ required.

Build

meson setup build
ninja -C build

Install

sudo ninja -C build install

Run

apx-gui