8000 GitHub - algo99/gtick-metronome: This repo is a fork of gtick-0.5.5 from here https://www.antcom.de/gtick/ with Autotools replaced by CMake.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
39F1

Packages

No packages published
0