
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 , you can do the following: $HOME/src/kwave-0.7.11
(Specifying build options is a way to enable or disable specific features. See the following section for descriptions)%mkdir /tmp/kwave-build%cd /tmp/kwave-build%cmake$HOME/src/kwave-0.7.11[build options]%make%su root -c "make install"
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team