TvTiMe

From LQWiki
Jump to navigation Jump to search

tvtime is a software to watch TV on your computer over your TV card.

Get tvtime

./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