Build options
Prev
Next

Build options

By specifying build options, you can enable or disable some features of Kwave, like excluding some components or plugins from the generated package. Here is a list of the available options:

These options can be passed to cmake with -Doption=value. For example, if you want to enable MP3 import, you can pass the corresponding option as follows:

% cmake [source directory] -DWITH_MP3=ON [other options...]

Prev
Next
Contents


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