Move link parsing from main.c to media.c, making it part of libmediactl
[media-ctl.git] / INSTALL
1 Building:
2 ---------
3
4 Useful 'configure' options:
5   --with-kernel-headers=DIR    path of Linux kernel headers,
6                                default /usr/src/kernel-headers.
7
8   --host=TYPE                  host platform for cross-compilation.
9
10
11 Building:
12 $ autoreconf --install
13 $ ./configure [--with-kernel-headers=DIR] [--host=TYPE]
14 $ make
15
16
17 Installing:
18 -----------
19
20 $ sudo make install
21
22
23 Uninstalling:
24 -------------
25
26 $ sudo make uninstall