Compilation and Installation

kdesvn requires at least cmake 2.4 for building, automake isn't supported. The following steps works with both distribution tarball or tarball from repository. Unpack the archive or checkout / export a copy from repository and change to the resulting sourcedirectory.

% mkdir build
% cd build
% cmake ./ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release
% make
% make install