#Gnomato
Pomodoro Technique timer for GNU/Linux.
##Requirements
- Boost
- Gtkmm 3.0
- Libnotify
- Python 2.7
- Sqlite3
##Installing
Download the stable tarball 1.1.0
tar -zxvf gnomato-1.1.0.tar.gz
cd gnomato-1.1.0
./configure
make
sudo make install
##Building
To build the project you need to have installed all development libraries of the projects listed in Requirements.
In addition you must have installed the autotools and gettext.
To generate configure
script and Makefiles
execute:
autoreconf -vi
##Contacting
To report bugs send email to rubin.diego[at]gmail.com or create issues in this github repository.