build-simpleshot-gtk.md 487 B

How to build Simpleshot GTK from source on OpenBSD

pkg_add gcc gmake pkgconfig gtk+3 slop
git clone --depth 1 https://github.com/Tomaszal/simpleshot-gtk
cd simpleshot-gtk
gmake
# can be used by running:
./simpleshot
# or to install:
doas cp simpleshot /usr/local/bin
doas cp com.tomaszal.simpleshot.gschema.xml /usr/local/share/glib-2.0/schemas/
doas glib-compile-schemas /usr/local/share/glib-2.0/schemas/
# you can optionally remove "gcc gmake pkgconfig" when done building