Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5076dbd0a0183d3ad8923b10d3d9da0f > files > 6

fmit-0.99.2-1.fc14.x86_64.rpm

=================== FMIT - Free Music Instrument Tuner =========================

Author: Gilles Degottex <gilles.degottex@gmail.com>

Contributor: Florian Hars for the tunning scales, Arnout Engelen for the JACK issues
Packagers: Toni Graffy and all the PackMan team ! (SuSE); Ludovic Reslinger (Debian); Edward Tomasz Napierala (FreeBSD)
Donators: Joel Brandt, Martin Lynch, you
Other helpful people:
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; ...

======================= COMPILATION & INSTALLATION =============================

To compile FMIT:
From fmit package directory, create a directory build:
$ mkdir build
$ cd build
Configure with standard options (see below for options):
$ cmake ..

Then as usual:
Compile
$ make
and install as root
# make install

---------------------- For non-standard compilation ----------------------------
check options:
$ cmake -L ..
To change an option, for example configure with PortAudio:
$ cmake -D SOUNDSYSTEM_USE_PORTAUDIO=ON ..