 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * Copyright (C) 2011 Hermann Meyer, Andreas Degert

gxtuner

A simple (linux) guitar and bass tuner for jack

gxtuner use a equal-tempered scale based on 
A4 = 440 Hz 

############## BUILD DEPENDENCY’S #################

the following packages are needed to build gxtuner :

libc6-dev
libcairo2-dev
libfftw3-3-dev
libgcc1-dev
libglib2.0-0-dev
libgtk2.0-0-dev
libjack-jackd2-0-dev 
or
libjack-0.116-dev
libstdc++6-dev
libzita-resampler0-dev

note that those packages could have different, but similar names 
on different distributions. There is no configure script, 
build will simply fail when one of those packages isn't found.

to build gxtuner simply run
$ make
in the source directory.
If you wish to install gxtuner run
$ make install

but you can run gxtuner from any location you choose.

gxtuner home is :
http://sourceforge.net/projects/guitarix/files/gxtuner/


