You need the libpt library by Maurizio Umberto Puxeddu release 1.2 (a full or devel installation, because you need header files to compile Pitchtrack). If the library is not included in this distrubution, contact the author.
You may need the GNU autoconf utility (if your distribution has
configure.in but lacks of the configure script).
If you have an old version of Pitchtrack and you want to wipe out that old stuff, you can do it if you have the old release tarball. Untar the old release and do
autoconf ; ./configure ; make uninstall
possibly as root. Remember to use the same configure switches that
you used for installing.
If your system satisfy all requirements, try
autoconf ; ./configure ; make installYou may have to do
make install as root.
This will install Pitchtrack in the /usr/local directory tree.
If you want to put the library in another directory, specify the path with
the --prefix option to configure. Something like this:
./configure --prefix=/YOUR/PATHof course, do this before you run
make.
If you want to uninstall this version of Pitchtrack do
make uninstallas root in the main directory of this source distribution. Once again,
configure parameters must be the same as installation.
Please report problems to the author.