X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=README.md;h=70fcde97943611012e24fc563d89098b12ea754d;hp=5a0d70c69930aa8a60643f3ee5d313c8f75308c8;hb=d16f10bfe753ce41f9add2acb361f4283f737195;hpb=fb0fa0be72145b912cfeda38a94a2ccf7897394c 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 ----------------