/gtick-metronome

This repo is a fork of gtick-0.5.5 from here https://www.antcom.de/gtick/ with Autotools replaced by CMake.

Primary LanguageCGNU General Public License v3.0GPL-3.0

GTick (using CMake)

This repo is a fork of gtick-0.5.5 from here https://www.antcom.de/gtick/, a very useful metronome application on Linux.


The latest Fedora distro (37) does not provide this program anymore, and I do not like KMetronom (mainly because of dependency on FluidSynth), so I tried to build it from source. The build process was not working for me well and I decided to drop Autotools for CMake.

How to build

Well, it's standard CMake way:

$ cd gtick
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Things not covered yet and maybe will not be...

  • NLS is just skipped. Internationalization will not be used
  • Proper installation/packaging is still missing
  • Building of doc/test/util are skipped