Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.08 KB

Build Status

SubMinder Icon SubMinder

Keep tabs on your subscriptions.

Get it on AppCenter

SubMinder Screenshot

Developing and Building

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