Manual Compilation and installation
Prev
Next

Manual Compilation and installation

Since version 0.7.10 Kwave uses cmake, the make system that is also used by KDE itself. So if you can build other KDE applications, you should also be able to build Kwave. If you run into problems please report them to the Kwave mailing list.

In order to compile and install Kwave on your system, it is best practice to do a out-of-tree build. This means that you hold the sources of Kwave in one directory and build the package in another (temporary) directory.

For example, assuming that your sources are already unpacked in $HOME/src/kwave-0.8.4, you can do the following:

% mkdir /tmp/kwave-build
% cd /tmp/kwave-build
% cmake $HOME/src/kwave-0.8.4 [build options]
% make
% su root -c "make install"
(Specifying build options is a way to enable or disable specific features. See the following section for descriptions)

Prev
Next
Contents


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team