~phatforge/xbmc/airplayer-packaging

« back to all changes in this revision

Viewing changes to INSTALL.mdown

  • Committer: Bernhard Rode
  • Date: 2011-03-19 11:56:53 UTC
  • Revision ID: git-v1:cde462b01d226eece899eadbe5088cc5abbb0c60
Added "python-setuptools python-pip python-dev" to the apt-get command, as theses packages are needed and not installed in ubuntu & xbmc-live by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
On Linux you'll have to install a compatible DNS-SD library.
17
17
For Ubuntu you should install the following package:
18
18
    
19
 
    apt-get install libavahi-compat-libdnssd1
 
19
    apt-get install libavahi-compat-libdnssd1 python-setuptools python-pip python-dev
20
20
 
21
21
On other Linux distributions you'll have to install a similar package.
22
22