Keep tabs on your subscriptions.
If you want to hack on and build SubMinder yourself, you'll need the following dependencies:
- libgtk-3-dev
- meson
- valac
- libsoup2.4-dev
- libjson-glib-dev
- libgranite-dev
- libgee-0.8-dev
Run meson build to configure the build environment and run ninja test to build and run automated tests
meson build --prefix=/usr
cd build
ninja test
To install, use ninja install, then execute with com.github.jeremyvaartjes.subminder
sudo ninja install
com.github.jeremyvaartjes.subminder

