Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It

Home Page:http://manuel-kehl.de/projects/go-for-it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tell me how to install it on Debian 10 Buster.

opened this issue · comments

Tell me how to install it on Debian 10 Buster.
Thank You.

You can install it either using flatpak (See README.md), or compile it from source:

Terminal commands to compile it from source (assuming the source code has been downloaded (+extracted if not using git) and stored in path/to/go-for-it-source-code)

sudo apt install valac cmake intltool libgtk-3-dev libglib2.0-dev
cd path/to/go-for-it-source-code
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install