summaryrefslogtreecommitdiff
path: root/README
blob: 98580ee134e5943ef97c94f3237bde542415b74e (plain) (blame)
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
Introduction
============

gstdvbbackend is small program based on gstreamer. It converts
a raw audio stream into flac or ogg and writes files for every
hour.

Dependencies
============

Linux
-----

core:
 build-essential
 libgstreamer0.10-dev
 libgstreamer-plugins-base0.10-dev
 pkg-config

if you want to rebuild the manpage:
 asciidoc


Installation
============

Getting the source via subversion:
----------------------------------

svn co https://svn.helsinki.at/gstdvbbackend/trunk gstdvbbackend
cd gstdvbbackend


Building from source
--------------------

# cd src
# ./configure
# make


Installing
----------

# sudo make install

This will install gstdvbbackend under the --prefix defined with configure.


Uninstalling
------------

# sudo make remove