summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-15 11:00:00 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-15 11:00:00 (GMT)
commitcef04da3c24cdcf1c1ffeb214c74f6ef0aaaa0ad (patch)
treefaa46b65dbeb61beab0d713ff075d6da18b1c1a8 /README
parentd32fab197970b9aac76ef90fb2f48adbbebea978 (diff)
added initial version
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 50 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f8c2930
--- /dev/null
+++ b/README
@@ -0,0 +1,50 @@
+Introduction
+============
+
+rharchive 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
+
+if you want to rebuild the manpage:
+ asciidoc
+
+
+Installation
+============
+
+Getting the source via subversion:
+----------------------------------
+
+svn co https://svn.helsinki.at/rharchive/trunk rharchive
+cd rharchive
+
+
+Building from source
+--------------------
+
+# cd src
+# ./configure
+# make
+
+
+Installing
+----------
+
+# sudo make install
+
+This will install rharchive under the --prefix defined with configure.
+
+
+Uninstalling
+------------
+
+# sudo make remove