Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.22 KB

Metronome


A simple metronome

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libgstreamer1.0-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/metronome.git
cd metronome

Compile, install and start Metronome on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.metronome