Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.11 KB

License: GPL v3

Rush

Rush

Get it on appcenter

Time manager app to break your work into intervals to keep you focused.

Rush's main screen Rush's report screen

Dependencies

You'll need the following dependencies:

  • libgtk-3-dev
  • libcanberra-dev
  • libunity-dev
  • libgee-0.8-dev
  • libjson-glib-dev
  • meson
  • valac >= 0.40.3

Building and Installation

You can specify /usr , /usr/local or $HOME/.local I recommend to stick with /usr if you aren't sure, choosing different paths may lead issues with the glib schemas.

meson build --prefix /usr/
# Don't use sudo, ninja will ask for permission while running
ninja -C build install