If anything's missing this should be discovered during the configure or build stage (and it should halt right there). The installprefs.py file can be edited to change installation prefix and such. If you want to build Kbtv with support for SAA based cards you should edit the buildprefs.py and set the variable USE_SAA to True. You should also set the appropriate tuner type and video standard in buildprefs.py before building Kbtv with saa support. If you want pwc support and driver, add USE_PWC to buildprefs.py. To build and then install from the source directory:
# make
# make install [clean]
To deinstall Kbtv from your system, again from your source directory:
# make deinstall [clean]
Or you can run the deinstall script from the Kbtv installation directory:
# python do_deinstall.py
If using the port, just choose the appropriate OPTIONS. Make sure to select only one tuner and only one standard. Use 'make config' to revise your compile-time preferences.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team