mikebrady / shairport-sync-metadata-reader

Sample Shairport Sync Metadata Player
MIT License
126 stars 33 forks source link

How to build? #4

Closed luckydonald closed 9 years ago

luckydonald commented 9 years ago

The INSTALL file (currently commit 4b69587f4) states

./configure; make; make install

But I get the error

luckydonald@cubieNAS:~/tools/shairport-sync-metadata-reader$ ./configure
-bash: ./configure: No such file or directory
luckydonald commented 9 years ago

Okey, found https://github.com/mikebrady/shairport-sync-metadata-reader/issues/1#issuecomment-126825072 , telling me to use autoreconf -i -f before there is a ./configure script.

mikebrady commented 9 years ago

Hi there. I need to update the install file – it's a default file. Please read the README.md file for full directions.

mikebrady commented 9 years ago

Fixed, I think.

luckydonald commented 9 years ago

I would consider writing that also into the README, as autoreconf -i -f ; ./configure ; make ; sudo make install is rather short. Either way, thank you.

mikebrady commented 9 years ago

Thanks – I did that.