Skip to content
New issue

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

Reference tools - Support for MacOSX #4

Open
dsilhavy opened this issue Aug 30, 2021 · 2 comments
Open

Reference tools - Support for MacOSX #4

dsilhavy opened this issue Aug 30, 2021 · 2 comments
Assignees
Labels
Enhancement New feature or request

Comments

@dsilhavy
Copy link
Contributor

The Obeca projects can be build and installed on a Linux machine. The aim is to support development and therefor successfully building and installing the components on MacOSX as well.

@dsilhavy dsilhavy added the Enhancement New feature or request label Aug 30, 2021
@dsilhavy dsilhavy added this to the Kickoff meeting milestone Aug 30, 2021
@dsilhavy
Copy link
Contributor Author

I did a first test and most of the receiver dependencies can be installed using brew:

brew install spdlog
brew install cpprestsdk
brew install openssl
brew install soapysdr
brew install mbedtls
brew install libbladerf
brew install libusrsctp
brew install ninja

Problem is the missing SCTP library. Might work with an adjusted FindSCTP.cmake file and https://formulae.brew.sh/formula/libusrsctp

@dsilhavy dsilhavy changed the title Obeca project - Support for MacOSX Reference tools - Support for MacOSX Sep 17, 2021
@dsilhavy dsilhavy self-assigned this Oct 29, 2021
@dsilhavy
Copy link
Contributor Author

dsilhavy commented Dec 6, 2021

Did some further investigation here regarding the middleware. One library that must be replaced because it is not available on MacOSX via brew is Netlink: libnl-3.0

@dsilhavy dsilhavy removed this from the Kickoff meeting milestone Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant