Skip to content

Commit

Permalink
Writing README file and closes #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorubin committed Mar 14, 2015
1 parent 82e26ff commit 5bce4d0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README
@@ -1,4 +1,2 @@
Gnomato

Email: rubin.diego at gmail.com
See the README.md file.

31 changes: 29 additions & 2 deletions README.md
@@ -1,10 +1,37 @@
#Gnomato

##Install
Pomodoro Tracker for GNU/Linux.

##Requirements

* Gtkmm 3.0
* Libnotify
* Python 2.7
* Sqlite3

##Installing

Download the stable tarball [1.0.1](https://github.com/diegorubin/gnomato/releases/download/1.0.1/gnomato-1.0.1.tar.gz)

tar -zxvf gnomato-1.0.1.tar.gz
cd gnomato-1.0.1
./configure
make
sudo make install

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

0 comments on commit 5bce4d0

Please sign in to comment.