Skip to content

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

License

Notifications You must be signed in to change notification settings

algo99/gtick-metronome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published