--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/HOWTO Wed Oct 27 09:46:57 2010 +0200
@@ -0,0 +1,18 @@
+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.