diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2008-07-01 21:18:23 +0200 |
---|---|---|
committer | Thierry MERLE <thierry.merle@free.fr> | 2008-07-01 21:18:23 +0200 |
commit | 10bc397f22cbd930c1d4d932ec929979d75865b1 (patch) | |
tree | ede1765562d9ef8eaed11818ab9f97be490559f7 /v4l2-apps/lib/libv4l/INSTALL | |
parent | 1e8ee38c5ab44a4b296a8d47c22691d82e7515be (diff) | |
download | mediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.gz mediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.bz2 |
v4l2-library: global files
From: Hans de Goede <j.w.r.degoede at hhs.nl>
Global files to make the libv4l compile, install and exported into a tar.gz file
Signed-off-by: Hans de Goede <j.w.r.degoede at hhs.nl>
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/INSTALL')
-rw-r--r-- | v4l2-apps/lib/libv4l/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/INSTALL b/v4l2-apps/lib/libv4l/INSTALL new file mode 100644 index 000000000..b8eb042ee --- /dev/null +++ b/v4l2-apps/lib/libv4l/INSTALL @@ -0,0 +1,4 @@ +To compile simply type "make" after that you can find the compiled libraries +and wrappers under the lib dir, public headers are under the include dir. + +Sorry no make install target for now. |