summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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