Screenshot
Source code
Prerequisite to compile on Linux Debian
Install QT dev tools
apt-get install libqt4-gui libqt4-dev
Install Pulse Audio dev package
apt-get install libpulse-dev pulseaudio-utils
Build
tar zxvf qMetronome-0.2.tgz
cd qMetronome-0.2
qmake
make
./qMetronome
Internationalisation (i18n)
If you want to have qMetronome in your language, install qt developpment platform and do :
- update qMetronome.pro with your language (copy on fr example)
- lupdate qMetronome.pro
- linguist
- lrelease qMetronome.pro
- send the result to me