Add initial gstreamer install docs
This commit is contained in:
parent
24e16fa003
commit
0b5fc83c90
10
docs/installation/gstreamer.rst
Normal file
10
docs/installation/gstreamer.rst
Normal file
@ -0,0 +1,10 @@
|
||||
**********************
|
||||
Gstreamer installation
|
||||
**********************
|
||||
|
||||
**TODO** Document Gstreamer installation on Linux, OS X and Windows.
|
||||
|
||||
To install Gstreamer on OS X::
|
||||
|
||||
sudo port install py26-gst-python py26-gobject \
|
||||
gstreamer-plugins-good gstreamer-plugins-ugly
|
||||
@ -18,6 +18,7 @@ Dependencies
|
||||
|
||||
despotify
|
||||
libspotify
|
||||
gstreamer
|
||||
|
||||
- Python >= 2.6
|
||||
- Dependencies for at least one Mopidy mixer:
|
||||
@ -36,10 +37,14 @@ Dependencies
|
||||
|
||||
- see :doc:`despotify`
|
||||
|
||||
- LibspotifyBackend (Linux only)
|
||||
- LibspotifyBackend (Linux, OS X and Windows)
|
||||
|
||||
- see :doc:`libspotify`
|
||||
|
||||
- GstreamerBackend (Linux, OS X and Windows)
|
||||
|
||||
- see :doc:`gstreamer`
|
||||
|
||||
|
||||
Install latest release
|
||||
======================
|
||||
|
||||
@ -12,6 +12,8 @@ To use the libspotify backend you must install libspotify and
|
||||
This backend requires a Spotify premium account, and it requires you to get
|
||||
an application key from Spotify before use.
|
||||
|
||||
**TODO** Test and document installation on OS X.
|
||||
|
||||
|
||||
Installing libspotify
|
||||
=====================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user