summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-03 23:09:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-03 23:09:49 +0200
commita7c3a5c479812f1f69acac276402fdffc60371aa (patch)
tree39bb07552103848862935d8e5c5df20f7135c3f0 /README
added initial code - based on rharchive
Diffstat (limited to 'README')
-rw-r--r--README58
1 files changed, 58 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..074f82d
--- /dev/null
+++ b/README
@@ -0,0 +1,58 @@
+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
+
+
+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