Here we describe how to buld a fresh kvats release, based on the latest sources from the Mercurial repository.
Tested for Kubuntu Hardy 8.04 beta 64bit, RAS 20 APR 08
# Install Tools and Libraries:
apt-get install mercurial libboost-dev libboost-date-time-dev libboost-doc libboost-filesystem-dev libboost-graph-dev libboost-iostreams-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev libboost-serialization-dev libboost-signals-dev libboost-test-dev libboost-thread-dev libboost-wave-dev cmake qt4-designer libssl-dev libglib1.2-dev libglib2.0-dev libgnutls-dev uuid-dev libxml2-dev libspeex-dev libavcodec-dev libavformat-dev portaudio19-dev libalsaplayer-dev libasound2-dev libsndfile1-dev libsamplerate0-dev libcurl3-openssl-dev libosip2-dev gcc-3.4 g++-3.4 libswscale-dev libpostproc-dev
# Get Source Code
mkdir kvats
cd kvats
hg clone
http://hg.kvats.net/kvats-2.2
cd kvats-2.2
cd build
./build_make.sh --build debug
for a debug build (~170M

or for a final executable
./build_make.sh --build final
# start kvats (the executable may be also called qutecom.sh)
cd debug
./kvats.sh
Note: Cmake generates a cache file with the name CMakeCache.txt
in various directories so these should be removed when retrying a
build after a cmake failure.
./build_make.sh --clean
should probably also do this.
For updating your repository, use
hg pull
hg update