File tree 2 files changed +30
-5
lines changed
2 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1
- Gnomato
2
-
3
- Email: rubin.diego at gmail.com
1
+ See the README.md file.
4
2
Original file line number Diff line number Diff line change 1
1
#Gnomato
2
2
3
- ##Install
3
+ Pomodoro Tracker for GNU/Linux.
4
4
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
5
18
./configure
6
19
make
7
20
sudo make install
8
21
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.
10
37
You can’t perform that action at this time.
0 commit comments