File: INSTALL

package info (click to toggle)
libdvbpsi 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,576 kB
  • sloc: ansic: 10,064; makefile: 200; xml: 100; sh: 93
file content (58 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (6)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
INSTALL file for "libdvbpsi".


Configuring "libdvbpsi"
=======================

A typical way to configure libdvbpsi is:

  ./configure --prefix=/usr

See './configure --help' for more information.

If you intend to debug stuff, you may want to compile with debugging
symbols:

  ./configure --enable-debug

If you want a fully optimized version you should use

  ./configure --enable-release


Building "libdvbpsi"
====================

Once configured, run 'make' to build the library and the programs
located in the 'examples' and 'misc' directories.


Installing and using "libdvbpsi"
================================

You can install the library, its headers and the programs located in
the 'examples' directory by typing:

  make install

Including one of the headers is done by adding the following line in
your '.c' file:

  #include <dvbpsi/dvbpsi.h>

The program must be linked against the lib with the '-ldvbpsi' option
for gcc.

Building documentation
======================

Once configured, run 'make doc' to build the documentation in html
(doc/doxygen/html) and latex (doc/doxygen/latex). You'll need the
doxygen tool (http://www.doxygen.org/) and the graphviz tool
(http://www.research.att.com/sw/tools/graphviz).

Building packages
=================

Further writing.