Release version 0.99.2-1
[fmit.git] / README.txt
1 =================== FMIT - Free Music Instrument Tuner =========================
2
3 Author: Gilles Degottex <gilles.degottex@gmail.com>
4
5 Contributor: Florian Hars for the tunning scales, Arnout Engelen for the JACK issues
6 Packagers: Toni Graffy and all the PackMan team ! (SuSE); Ludovic Reslinger (Debian); Edward Tomasz Napierala (FreeBSD)
7 Donators: Joel Brandt, Martin Lynch, you
8 Other helpful people:
9 John Anderson for the microtonal module request; Scott Bahling for the request of the scales in cents; Jacob Shapiro to help me make FMIT working under Windows/Cygwin; Peter; ...
10
11 ======================= COMPILATION & INSTALLATION =============================
12
13 To compile FMIT:
14 From fmit package directory, create a directory build:
15 $ mkdir build
16 $ cd build
17 Configure with standard options (see below for options):
18 $ cmake ..
19
20 Then as usual:
21 Compile
22 $ make
23 and install as root
24 # make install
25
26 ---------------------- For non-standard compilation ----------------------------
27 check options:
28 $ cmake -L ..
29 To change an option, for example configure with PortAudio:
30 $ cmake -D SOUNDSYSTEM_USE_PORTAUDIO=ON ..