link to Homebrew gst-python instructions

This commit is contained in:
Adrian Sampson 2012-03-31 14:06:25 -07:00
parent cbc889136e
commit ef740740ce

View file

@ -16,9 +16,11 @@ Dependencies
Before you can use BPD, you'll need the media library called GStreamer (along
with its Python bindings) on your system.
* On Mac OS X, you should use `MacPorts`_ and run ``port install
py26-gst-python``. (Note that you'll almost certainly need the Mac OS X
Developer Tools.)
* On Mac OS X, you can use `MacPorts`_ or `Homebrew`_. For MacPorts, just run
``port install py27-gst-python``. For Homebrew, the `Mopidy`_ project has
`detailed instructions`_ for installing the necessary libraries.
(Note that you'll need the
Mac OS X Developer Tools.)
* On Linux, it's likely that you already have gst-python. (If not, your
distribution almost certainly has a package for it.)
@ -28,6 +30,9 @@ with its Python bindings) on your system.
.. _MacPorts: http://www.macports.org/
.. _GStreamer WinBuilds: http://www.gstreamer-winbuild.ylatuya.es/
.. _Homebrew: http://mxcl.github.com/homebrew/
.. _Mopidy: https://github.com/mopidy/mopidy/
.. _detailed instructions: http://docs.mopidy.com/en/latest/installation/gstreamer/#installing-gstreamer-on-os-x
Using and Configuring
---------------------