Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 1.24 KB

File metadata and controls

42 lines (35 loc) · 1.24 KB

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