diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-16 08:49:04 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-16 08:49:04 -0300 |
| commit | 85d13c8ef6cb0f70323a77515b59f5a4d2444d3f (patch) | |
| tree | 19666bcda7adefb3b1186f2db269d98fac2aa740 /INSTALL | |
| parent | eb80450edef873c9b5d0a839659da0a642e7716a (diff) | |
| parent | 7178a759bcb68c7e95477ff7fbfcdfb1631168c5 (diff) | |
| download | mediapointer-dvb-s2-85d13c8ef6cb0f70323a77515b59f5a4d2444d3f.tar.gz mediapointer-dvb-s2-85d13c8ef6cb0f70323a77515b59f5a4d2444d3f.tar.bz2 | |
merge: http://linuxtv.org/hg/~pb/v4l-dvb/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,7 +1,7 @@ Mauro Carvalho Chehab 2006 Apr 26 V4L/DVB building procedures are based at the use of Makefile rules. -Those rules are close tho the ones at Linux Kernel, to allow an easier +Those rules are close to the ones at Linux Kernel, to allow an easier usage. ======================================================================= @@ -9,7 +9,7 @@ Quick building procedure is: make all ====================================================================== -For those that may want more than just build all stuff there are some +For those who may want more than just build all stuff there are some other interesting parameters to make: ====================== @@ -31,6 +31,8 @@ default - Continues building the latest module selection install - Installs all modules at kernel's default dir for V4L/DVB. Requires root access. +man_install - Install V4L2 API man pages. + rminstall - cleans previous installations of V4L/DVB modules sound-install - installs the sound modules related to V4L/DVB @@ -53,6 +55,8 @@ dvb-spec - Creates DVB API specification spec - Creates both V4L and DVB API specification +man - Creates V4L2 API man pages + ======================= Module selection rules: (Those may require write access to kernel tree) @@ -136,7 +140,7 @@ checkterse - checks codingstyle and reports using terse syntax, used on several compilaton tools. mismatch - checks for linker section mismatch. In other words, - check if some driver has functions not properly + check if some driver has functions not properly declared with __init/__exit, and similar tags. - It will also be more pedantic by dealing with + It will also be more pedantic by dealing with compilation warnings as if they are errors. |
