Download
There are several ways to install GCursometer :
- Source : You can download the source of GCursometer, compile, and install it
- Deb Package : If you use a debian based distribution, 32bits edition, you can download the Debian package
- RPM Package : I also made a RPM package thanks to alien .
Source
Download the source here :
GCursometer-0.2.1-2.tar.gz [23.1 kb]
Then open a terminal, and go in the same directory of the downloaded archive, and type it :
$ tar -xvvzf GCursometer-0.2.1-2.i386.tar.gz
$ cd gcursometer
$ make
$ sudo make install
And you will be able to use GCursometer
Debian Package
Download the Debian package here :
GCursometer-0.2.1-2.i386.deb [20.2 kb]
You can install it by double clicking on the archive icon, or do this command :
$ sudo dpkg -i GCursometer-0.2.1-2.i386.deb
RPM Package
The RPM package is available here :
GCursometer-0.2.1-2.i386.rpm [22.5 kb]
You can install it by double clicking on the archive icon, or do this command :
$ sudo rpm -i GCursometer-0.2.1-2.i386.rpm
Last Release