X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=blobdiff_plain;f=README.txt;fp=README.txt;h=918b25eed20d88cbe290adbb6d40d6f551085cdb;hp=0000000000000000000000000000000000000000;hb=a8fb82288feb6b258f2c04312f0c36ba8d79b494;hpb=adfba0402927438a1869f1e716bcf0e25574ce1e diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..918b25e --- /dev/null +++ b/README.txt @@ -0,0 +1,30 @@ +=================== FMIT - Free Music Instrument Tuner ========================= + +Author: Gilles Degottex + +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 ..