Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

naz013/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

Simple Reminder Application

Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • libgee-0.8-dev
  • libgranite-dev (>=0.5)
  • libgtk-3-dev
  • libjson-glib-dev
  • libglib2.0-dev
  • meson
  • valac (>= 0.26)

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with io.elementary.appcenter

sudo ninja install
com.github.naz013.tasks