-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathINSTALL
More file actions
25 lines (19 loc) · 697 Bytes
/
INSTALL
File metadata and controls
25 lines (19 loc) · 697 Bytes
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
Requirements:
-------------
* make and a C and C++ compiler
* optionally libjpeg v6 or later
* optionally Qt4 for building qv4l2
Building:
---------
If you checked out the source repository you need to install the autotools
environment first. Then type "autoreconf -vfi" to generate the configure
script.
Then execute "configure" with any desired options. You can get a summary via
the --help option.
After configuration simply type "make" to start the build process.
Installing:
-----------
To install do "make install". The configured paths will be used.
Note that v4l-utils' "make install" supports DESTDIR for installing into
a build root for example:
make install DESTDIR=/mnt/sysimage