summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-02 11:01:08 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-02 11:01:08 +0000
commitf00b3c4cbee8696278c2502873bd7f152649badb (patch)
tree15f599afbce7408d0d739ba899085eaffc447381 /README
parent0b269b5bc3b66634d680573ac18dd0b6064c767c (diff)
downloadmediapointer-dvb-s2-f00b3c4cbee8696278c2502873bd7f152649badb.tar.gz
mediapointer-dvb-s2-f00b3c4cbee8696278c2502873bd7f152649badb.tar.bz2
Readme updates with common instructions for both v4l and dvb
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..c97db051e
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+V4L and DVB documentation are at:
+ linux/Docummentation directory.
+
+to compile both v4l and dvb, just do:
+ make
+
+to install over kernel's old files:
+ make install
+
+v4l dir is used as a temporary dir for building both v4l and dvb stuff.