aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-04-27 23:51:40 +0200
committerMaZderMind <git@mazdermind.de>2016-04-27 23:51:40 +0200
commit82593570c98c1f37cf668e15d8cd25d8cf43ac20 (patch)
tree7ed0f64817fef23ad51d198092f50c1095f9ecbe /README.md
parent0fed1b4e54126f429560aaeb1bcf2439827f388d (diff)
update dependency list
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3cf683..0d57ed7 100755
--- a/README.md
+++ b/README.md
@@ -12,12 +12,17 @@ Voctomix requires a fairly recent Version of GStreamer (at least 1.5, though we
Install the required Dependencies:
````
-apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-0 python3 python3-gi gir1.2-gstreamer-1.0
+# Requirements
+apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-0 python3 python3-gi gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0
+
+# Optional for the Example-Scripts
+apt-get install python3-pyinotify gstreamer1.0-libav rlwrap fbset
````
+
For the GUI you'll -- additionally to a gnome-desktop -- need to install the following dependencies:
````
-apt-get install gstreamer1.0-alsa python3-gi-cairo
+apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-alsa gstreamer1.0-tools libgstreamer1.0-0 python3 python3-gi python3-gi-cairo gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gtk-3.0
````
Now you should be able to clone the Git-Repository and run Voctomix or the GUI like this: