System requirements
The compilation of QPitch 1.0.x from source requires the following libraries
- Qt4 (version >= 4.2.0)
- PortAudio (version >= pa_stable_v19_061121)
- FFTW (version >= 3.1.0)
- CMake (version >= 2.4.5)
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.
QPitch - Simple chromatic tuner