Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
/ cyfrif Public archive

Simple Pomodoro App made for elementary OS ⌛

License

Notifications You must be signed in to change notification settings

aimproxy/cyfrif

Repository files navigation

Cyfrif

Simple Pomodoro app made for elementary OS ⌛

Building, Testing, and Installation

You'll need the following dependencies:

  • meson
  • libglib2.0-dev
  • libgtk-3-dev
  • valac

Run meson build to configure the build environment and then change to the build directory 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.aimproxy.cyfrif

sudo ninja install
com.github.aimproxy.cyfrif

Easy Install

chmod u+x compile.bash
./compile.bash