We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm building SDRAngel for the first time on debian and ran into the following issue.
I needed to have the boost development library - but cmake didn't tell me that.
Please add a check in the configuration.
Note also that I have librtlsdr in place already - so I assume it is compiling for that environment.
Thanks!
Steve KA6S
The text was updated successfully, but these errors were encountered:
https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt at line 56: find_package(Boost)
I suppose this should be: find_package(Boost REQUIRED)
Sorry, something went wrong.
Cmake: make Boost mandatory and suggest fftw3f if not installed. Fixe…
eadb500
…s issue #46
Fix now on dev branch
Fixed in v3.6.0
f4exb
No branches or pull requests
I'm building SDRAngel for the first time on debian and ran into the following issue.
I needed to have the boost development library - but cmake didn't tell me that.
Please add a check in the configuration.
Note also that I have librtlsdr in place already - so I assume it is compiling for that environment.
Thanks!
Steve KA6S
The text was updated successfully, but these errors were encountered: