QPitch - Simple chromatic tuner

System requirements

The compilation of QPitch 1.0.x from source requires the following libraries

Compilation from source

Checkout the latest stable release from the SVN repository

$ svn co svn://svn.gna.org/svn/qpitch/tags/stable qpitch

or download the latest source code package from the download area http://download.gna.org/qpitch/releases.

Create a suitable Makefile using CMake and then start the build

$ cd qpitch
$ mkdir build
$ cd build
$ cmake ..
$ make -j2
$ ./qpitch

Optionally you can also perform a system wide installation

$ sudo make install

Testing the latest features

To test the latest features, checkout the latest development release from the trunk

$ svn co svn://svn.gna.org/svn/qpitch/trunk qpitch

and then follow the same procedure described above.