-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
41 lines (28 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Installing qmetronome:
--------------------------
1. Compilation
--------------------------
To compile, you need to have qt development tools installed.
Compile command:
qmake && make
---------------------------
2. Running the app
---------------------------
To run the app, it must be able to find its configuration.
By default, the app looks for its configuration in two places:
1. in ./conf
2. in ~/.qmetronome
there is a configuration in ~/conf by default, so installation is requisite, per se.
however, you might want to do this:
cp ./conf ~/.qmetronome -r
to create a copy of the configurate in your home.
No you can run the application from anywhere in your system.
--------------------------
CREDITS
--------------------------
I would credit all the unsatisfactory metronomes I've tried using on ubuntu ;)
Without them, I would never have made this effort.
--------------------------
Free Code
--------------------------
This code is free as a bird. If you try to cage it, your underpants will catch fire.