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 libgstreamer0.10-dev libgstreamer-plugins-base0.10-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.helsinki.at/rharchive.git 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