-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82e26ff
commit 5bce4d0
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
Gnomato | ||
|
||
Email: rubin.diego at gmail.com | ||
See the README.md file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|