Hi, i compiled the latest sdrangel source code on Catalina 10.15.5 using Qt Creator with all plugins enabled.
It works either in rx than in tx using HackRF and LimeSdr Mini.
The new source code structure is changed a bit for what regards the OSX deployment stage.
After the compilation a build directory has been created in my home directory
build-sdrangel-Desktop_Qt_5_13_2_clang_64bit-Debug
and inside there is the sdrangel binary to be launched.
In mac osx however it this necessary to deploy the binary and the related library files in the sdrangel.app container.
In the previous releases there was a deploy.sh script that was building the app but in the new source this is changed using Cpack system.
In the build directory has been generated the CPackConfig.cmake
Question is how to use it .... i launched Cpack command in the build directory and a dmg file has been generated
sdrangel-4.14.8-2-g213d5ed82_10.15.4_x86_64.dmg
However installing this dmg into the /Application folder the application crash at start.
Launching from build directory it instead works fine.
So, how to deploy in the right way ?
Tnx, Fabio.