Skip to content

Commit

Permalink
Updated README file with changes needed to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tandrup committed Apr 14, 2011
1 parent 34111eb commit c1617ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ prerequisite: install XCode, install homebrew (https://github.com/mxcl/homebrew)
OSX 10.5 only bundles perl 5.8, which won't work with shairport. After getting a update
here (http:https://www.perl.org/get.html), it worked.

If XCode 4 was installed instead of XCode 3, it will probably be neccesary to do:

$ ARCHFLAGS="-arch i386 -arch x86_64" perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
$ ARCHFLAGS="-arch i386 -arch x86_64" perl -MCPAN -e 'install IO::Socket::INET6'


Available launch options for
------
$ shairport.pl --apname=My Name --password=secret
Expand Down

0 comments on commit c1617ec

Please sign in to comment.