In order to compile Jovie, you must have a recent (KDE 4.4 or greater) copy of the KDE development files, including kdelibs and the development files for speech-dispatcher.
If you downloaded the Jovie source from the
kdeaccessibility code repository module, or downloaded the nightly
tarball, use the following commands to compile and install.
cd kdeaccessibility mkdir build cd build cmake ../ make sudo make install