BaReinhard / Super-Simple-Raspberry-Pi-Audio-Receiver-Install

Super Easy installation to make your Raspberry Pi an Audio Receiver
GNU Affero General Public License v3.0
490 stars 85 forks source link

json-c autogen.sh missing #156

Open fredo514 opened 4 years ago

fredo514 commented 4 years ago

Hi,

I ran into an issue installing this project on volumio using option 4. The autogen.sh file from the json-c repo was replaced by a cmake method, which makes the bt_pa_config.sh fail.

To fix it, I had to change the repo branch to json-c-0.13 by adding the line: "git checkout json-c-0.13" after the line "exc cd json-c".

Note that I also had to apply these fixes to get the package working:

To use the latest release, the json-c repo suggest to replace the "sh autogen.sh" line with: mkdir build cd build ../cmake-configure --prefix=/some/install/path make

It would be nice to see this fixed in the main branch.

Hope it helps somebody.

Edit: Sorry, I pressed send before the ticket was ready.