TvTiMe
Jump to navigation
Jump to search
tvtime is a software to watch TV on your computer over your TV card.
Get tvtime
- Download tvtime from http://tvtime.sourceforge.net/downloads.php
- Build and install it like this:
./configure && make && make install
If you get an error
linux/compiler.h: No such file or directory
Copy the missing header file to a place where it can be found:
cp /usr/src/linux/include/linux/compiler.h /usr/include/linux