Update Mopidy+despotify install docs after trying them on a clean Ubuntu 10.04 installation

This commit is contained in:
Stein Magnus Jodal 2010-04-29 23:56:52 +02:00
parent e12874bb6e
commit 24e16fa003
2 changed files with 3 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Installing despotify
*Linux:* Install despotify's dependencies. At Debian/Ubuntu systems::
sudo aptitude install libssl-dev zlib1g-dev libvorbis-dev \
libtool libncursesw5-dev libao-dev
libtool libncursesw5-dev libao-dev python-dev
*OS X:* In OS X you need to have `XCode
<http://developer.apple.com/tools/xcode/>`_ installed, and either `MacPorts
@ -46,7 +46,6 @@ file so that it reads::
*All OS:* Build and install despotify::
cd despotify/src/
make
sudo make install
@ -59,7 +58,6 @@ Build and install spytify::
cd despotify/src/bindings/python/
export PKG_CONFIG_PATH=../../lib # Needed on OS X
make
sudo make install

View File

@ -46,8 +46,8 @@ Install latest release
To install the currently latest release of Mopidy using ``pip``::
sudo aptitude install python-pip # On Ubuntu/Debian
sudo brew install pip # On OS X
sudo aptitude install python-setuptools python-pip # On Ubuntu/Debian
sudo brew install pip # On OS X
sudo pip install Mopidy
To later upgrade to the latest release::