Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.13 KB

#Gnomato

Join the chat at https://gitter.im/diegorubin/gnomato

Stories in Ready

Pomodoro Technique timer for GNU/Linux.

Gnomato

##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.