From: Juho Vähä-Herttua Date: Tue, 9 Apr 2013 09:05:02 +0000 (+0300) Subject: Add installation and usage instructions X-Git-Tag: upstream/0.9.0~4^2~32 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=d16f10bfe753ce41f9add2acb361f4283f737195 Add installation and usage instructions --- diff --git a/README.md b/README.md index 5a0d70c..70fcde9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,27 @@ Disclaimer ---------- All the resources in this repository are written using only freely available information from the internet. The code and related resources are meant for -educational purposes only. It is up to the user to make sure all local laws are -adhered to. +educational purposes only. It is the responsibility of the user to make sure +all local laws are adhered to. + +Installation +------------ + +``` +./configure +make +sudo make install +``` + +Notice that libao is required in order to install the shairplay binary, +otherwise only the library is compiled and installed. + +Usage +----- + +Check available options with ```shairplay --help``` and start server with +```shairplay```, if you are connected to a Wi-Fi the server should show as an +AirPort Express on your iOS devices and Mac OS X computers in the same network. Related software ----------------