main2.sh fails - unable to find cmake and libconfig++
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
Those dependencies should be included in apstreamline.sh, as that contains all the install commands for APStreamline.
Are you getting an error mesage?
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.
I was getting cmake and libconfig errors in main2.sh
Can you post the exact messages? It'll help me figure out the issue
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.