Difference between revisions of "Qtimetracker"
From ThorstensHome
Line 3: | Line 3: | ||
<html><iframe width="640" height="390" src="//www.youtube.com/embed/M8frC9obKRA" frameborder="0" allowfullscreen></iframe></html> | <html><iframe width="640" height="390" src="//www.youtube.com/embed/M8frC9obKRA" frameborder="0" allowfullscreen></iframe></html> | ||
− | To set it up: | + | To set it up under Linux: |
* Download it, e.g. from https://github.com/tstaerk/qtimetracker/archive/master.zip | * Download it, e.g. from https://github.com/tstaerk/qtimetracker/archive/master.zip | ||
* install some needed [http://linuxintro.org/wiki/dependencies dependencies], e.g. for SUSE Linux: | * install some needed [http://linuxintro.org/wiki/dependencies dependencies], e.g. for SUSE Linux: | ||
# yast -i libqt4-devel | # yast -i libqt4-devel | ||
+ | * unpack and build it | ||
+ | # unzip Downloads/qtimetracker-master.zip | ||
+ | # cd qtimetracker-master | ||
+ | # qmake && make -j4 && make install | ||
+ | * to call it issue | ||
+ | # qtimetracker | ||
= See also = | = See also = | ||
* [[software]] | * [[software]] |
Latest revision as of 12:05, 7 July 2013
qtimetracker helps you keep an overview of your tasks and how much time you spent on them.
To set it up under Linux:
- Download it, e.g. from https://github.com/tstaerk/qtimetracker/archive/master.zip
- install some needed dependencies, e.g. for SUSE Linux:
# yast -i libqt4-devel
- unpack and build it
# unzip Downloads/qtimetracker-master.zip # cd qtimetracker-master # qmake && make -j4 && make install
- to call it issue
# qtimetracker