Hey Alexandre,
I tried to compile SDR++ on MacOS 15 (M4 - ARM64 processor) and was surprised how easy it was. In total it took less than 10 minutes setup everything to compile SDR++.
Volk is now available via the homebrew package manager, which certainly helps.
I only found minor issues in two CMakeLists.txt where cmake_minimum_required was too old for a recent cmake version.
For your convience, I added the changes in PR #1690.
Kind regards,
Tobias
Hey Alexandre,
I tried to compile SDR++ on MacOS 15 (M4 - ARM64 processor) and was surprised how easy it was. In total it took less than 10 minutes setup everything to compile SDR++.
Volk is now available via the homebrew package manager, which certainly helps.
I only found minor issues in two CMakeLists.txt where
cmake_minimum_requiredwas too old for a recent cmake version.For your convience, I added the changes in PR #1690.
Kind regards,
Tobias