mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 03:34:31 +01:00
link to Homebrew gst-python instructions
This commit is contained in:
parent
cbc889136e
commit
ef740740ce
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue