Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 614 Bytes

BUILDING.md

File metadata and controls

24 lines (18 loc) · 614 Bytes

Build requirements

Building the basic program should only require a recent version of golang.

make

Packaging for Debian Linux (incl. Raspberry Pi)

sudo apt install build-essential debhelper dh-golang sbuild autorevision
export ARCH=$(dpkg --print-architecture)
sudo sbuild-createchroot stable /srv/chroot/stable-"$ARCH" http://deb.debian.org/debian
make deb-package

Packaging for Flatpak

sudo apt install flatpak flatpak-builder appstream-util desktop-file-validate
flatpak install flathub runtime/org.freedesktop.Sdk.Extension.golang/x86_64/20.08
make flatpak