
Installation of videoIO plugins
===============================

- first you have to install Pd ;)

- then you need to compile and install Gem, download the code with
  "svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/Gem/"
  or from http://gem.iem.at/

- download VideoIO code with:
  "svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/videoIO/"

- install gstreamer libraries:
 - Gstreamer >= 0.10.13
 - Gstreamer Base Plugins >= 0.10.13
 - Gstreamer Good Plugins >= 0.10.6
 - Gstreamer Bad Plugins >= 0.10.5
 - Gstreamer Ugly Plugins >= 0.10.6
 - Gstreamer FFmpeg Plugins >= 0.10.2

- install additional developer dependencies:
 - libglib2.0 with development package
 - libxml2 with development package
 - libglu1-mesa-dev

 - on ubuntu everything can be done with:
   sudo apt-get install libgstreamer0.10-dev libgstreamer0.10-0 libgstreamer0.10-dev gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-tools libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good libglib2.0-dev libxml2-dev libglu1-mesa-dev

- adjust all pathes in src/Make.config to your system settings

- go to the "src" directory and compile with "make"

- pd-externals and plugins can be installed with "make install"

- start pd, create e.g. a [pix_file_read] object and open the help patch



libdts-dev