HOWTO
author Tomas Zeman <tzeman@volny.cz>
Wed, 27 Oct 2010 09:46:57 +0200
changeset 4 cf4a36d20170
permissions -rw-r--r--
Added HOWTO

HOWTO:

hg clone http://linuxtv.org/hg/v4l-dvb
hg clone http://bitbucket.org/tzeman/dvb-t-rtl2832u-patch
cd v4l-dvb
patch -p1 < ../dvb-t-rtl2832u-patch/090730_RTL2832U_LINUX_Ver1.1.patch
patch -p1 < ../dvb-t-rtl2832u-patch/rtl2832u-build.patch
find . -name '*.pl'|xargs chmod +x
make clean
make
sudo make install


Or if you are familiar with Mercurial Queues
(http://mercurial.selenic.com/wiki/MqExtension), use
http://bitbucket.org/tzeman/dvb-t-rtl2832u-patch repository as mq repo against
http://linuxtv.org/hg/v4l-dvb, apply all patches and run build as specified
above.