aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 25a10e8bffb5587c30bef5fb63e6951ed0e8e568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Requirements:
-------------
* make and a c and c++ compiler
* optionally qt3 ot qt4 for building qv4l2
* optionally libsysfs for building v4l2-sysfs-path


Building:
---------

Before building decide under which PREFIX you wish to install
(the default is /usr/local), and if you want the libraries to be installed
under a different directory then $PREFIX/lib for example $PREFIX/lib64.

To build execute "make" specifying the desired installation prefix
and (optionally) the desired libdir, for example:
make PREFIX=/usr LIBDIR=/usr/lib64


Installing:
-----------

To install do "make install", and again specify the desired PREFIX and
LIBDIR, note that it is important to specify the same PREFIX and LIBDIR
as used when building, for example:
make install PREFIX=/usr LIBDIR=/usr/lib64

Note that v4l-utils' "make install" supports DESTDIR for installing into
a build root for example:
make install PREFIX=/usr LIBDIR=/usr/lib64 DESTDIR=/mnt/sysimage

Privacy Policy