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
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Tell me how to install it on Debian 10 Buster. #143

Closed ghost closed 3 years ago

ghost commented 4 years ago

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

JMoerman commented 4 years ago

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