From 75955822b70884c130d3b04bcbe8689650f0b53e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 9 Feb 2015 13:16:17 +0100 Subject: [PATCH] docs: Remove ext steps from source install docs Maintaining multiple copies of instructions for how to install specific extensions doesn't scale well. --- docs/installation/source.rst | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/docs/installation/source.rst b/docs/installation/source.rst index 2c4147f1..0b4fc5aa 100644 --- a/docs/installation/source.rst +++ b/docs/installation/source.rst @@ -81,39 +81,9 @@ please follow the directions :ref:`here `. sudo pip install --allow-unverified=mopidy mopidy==dev -#. Optional: If you want Spotify support in Mopidy, you'll need to install - libspotify and the Mopidy-Spotify extension. - - #. Download and install the latest version of libspotify for your OS and CPU - architecture from `Spotify - `_. - - For libspotify 12.1.51 for 64-bit Linux the process is as follows:: - - wget https://developer.spotify.com/download/libspotify/libspotify-12.1.51-Linux-x86_64-release.tar.gz - tar zxfv libspotify-12.1.51-Linux-x86_64-release.tar.gz - cd libspotify-12.1.51-Linux-x86_64-release/ - sudo make install prefix=/usr/local - - Remember to adjust the above example for the latest libspotify version - supported by pyspotify, your OS, and your CPU architecture. - - #. If you're on Fedora, you must add a configuration file so libspotify.so - can be found:: - - echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libspotify.conf - sudo ldconfig - - #. Then install the latest release of Mopidy-Spotify using pip:: - - sudo pip install -U mopidy-spotify - -#. Optional: If you want to scrobble your played tracks to Last.fm, you need - to install Mopidy-Scrobbler:: - - sudo pip install -U mopidy-scrobbler - -#. For a full list of available Mopidy extensions, see :ref:`ext`. +#. Optional: For Spotify support, Last.fm scrobbling, or many other extra + features, install the required Mopidy extensions. For a full list of + available Mopidy extensions, see :ref:`ext`. #. Finally, you need to set a couple of :doc:`config values `, and then you're ready to :doc:`run Mopidy `.