summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-05-30 22:52:37 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-05-30 22:52:37 +0000
commit66c2537197a79b1c6fd44112015b96f2353ccd42 (patch)
treeba79010b5686f02812e4d4f633678d9b85deb203 /README
parentadded svn default directory structure (diff)
initial release
Diffstat (limited to 'README')
-rw-r--r--README53
1 files changed, 53 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..98580ee
--- /dev/null
+++ b/README
@@ -0,0 +1,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