apsync-Kakute icon indicating copy to clipboard operation
apsync-Kakute copied to clipboard

main2.sh fails - unable to find cmake and libconfig++

Open mikerob opened this issue 4 years ago • 4 comments

It appears main2.sh is missing the following dependencies identified in the install instructions for APStreamline:

sudo apt install ninja-build cmake meson libconfig++-dev

mikerob avatar Feb 25 '21 12:02 mikerob

Those dependencies should be included in apstreamline.sh, as that contains all the install commands for APStreamline.

Are you getting an error mesage?

stephendade avatar Feb 26 '21 02:02 stephendade

I was getting cmake and libconfig errors in main2.sh

Sent from my mobile device

On 26 Feb 2021, at 13:19, Stephen Dade [email protected] wrote:

 Those dependencies should be included in apstreamline.sh, as that contains all the install commands for APStreamline.

Are you getting an error mesage?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mikerob avatar Feb 27 '21 07:02 mikerob

I was getting cmake and libconfig errors in main2.sh

Can you post the exact messages? It'll help me figure out the issue

stephendade avatar Feb 27 '21 23:02 stephendade

Your apstreamline.sh: rm -rf ~/APStreamline sudo apt install ninja-build libgstreamer-plugins-base1.0* libgstreamer1.0-dev libgstrtspserver-1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly -y pip3 install meson --user

APStreamline readme - https://github.com/shortstheory/APStreamline: "Install other dependencies for building the code:" sudo apt install ninja-build cmake meson libconfig++-dev

I think yours is missing the cmake and libconfig++

One other point - there seems to have been an update to APStreamline since your img build.

"Note: Starting the server from the webpage is currently broken in APStreamline v2. As a workaround, start the APStreamline as described above."

Your img build seems to work fine, but when you install from scratch, you end up with the v2 problem. Given the difficulty of starting the server manually, it might be better to revert to v1 of APStreamline.

mikerob avatar Mar 01 '21 11:03 mikerob