
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:
WITH_ALSA enable playback/recording via ALSA [on/off, default=on]
WITH_ARTS enable playback via aRts [on/off, default=off]
WITH_BUILTIN_LIBAUDIOFILE force usage builtin libaudiofile, even if the one installed in the system is useable [on/off, default=off]
WITH_DOC build online documentation [on/off, default=on]
WITH_FLAC enable support for FLAC files [on/off, default=on]
WITH_MP3 enable support for mp3 files [on/off, default=on]
WITH_OGG enable support for ogg files [on/off, default=on]
WITH_OSS enable playback/recording via OSS [on/off, default=on]
These options can be passed to cmake with -Doption=value. For example, if you want to leave out generation of the online documentation, you can pass the corresponding option as follows:
%cmake[source directory]-DWITH_DOC=off[other options...]
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team