Skip to content

Commit 5bce4d0

Browse files
committed
Writing README file and closes #2.
1 parent 82e26ff commit 5bce4d0

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

Diff for: README

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Gnomato
2-
3-
Email: rubin.diego at gmail.com
1+
See the README.md file.
42

Diff for: README.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
#Gnomato
22

3-
##Install
3+
Pomodoro Tracker for GNU/Linux.
44

5+
##Requirements
6+
7+
* Gtkmm 3.0
8+
* Libnotify
9+
* Python 2.7
10+
* Sqlite3
11+
12+
##Installing
13+
14+
Download the stable tarball [1.0.1](https://github.com/diegorubin/gnomato/releases/download/1.0.1/gnomato-1.0.1.tar.gz)
15+
16+
tar -zxvf gnomato-1.0.1.tar.gz
17+
cd gnomato-1.0.1
518
./configure
619
make
720
sudo make install
821

9-
##Contributing
22+
##Building
23+
24+
To build the project you need to have installed all development libraries
25+
of the projects listed in Requirements.
26+
27+
In addition you must have installed the autotools and gettext.
28+
29+
To generate `configure` script and `Makefiles` execute:
30+
31+
autoreconf -vi
32+
33+
##Contacting
34+
35+
To report bugs send email to rubin.diego[at]gmail.com or
36+
create issues in this github repository.
1037

0 commit comments

Comments
 (0)