summaryrefslogtreecommitdiff
path: root/README
blob: b8a6ccd96ccb1ebe19442ed6d80c801030e37dc7 (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
54
55
56
57
58
59
60
61
Introduction
============

sydra is a toolbox which allows you to set up multiple bidirectional
Video/Audio streams from external locations.
sydra has been written to be used for the Elevate Festival in Graz
Austria in order to involve external locations to present themselves
at the festival.
Sydra is based on GStreamer and is written in C.

Sydra consists of several components:

 tba...

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

Linux
-----

core:
 build-essential
 libgstreamer1.0-dev
 pkg-config

if you want to use clang as compiler
 clang

if you want to rebuild the manpage:
 asciidoc


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

Getting the source via GIT:
---------------------------

git clone git://git.spreadspace.org/sydra.git
cd sydra

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

# cd src
# ./configure
# make


Installing
----------

# sudo make install

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


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

# sudo make remove