Fix OSX build

This commit is contained in:
Howard Su
2020-10-22 08:28:43 +08:00
parent fbd7321b48
commit 4bf88739b5
5 changed files with 66 additions and 8 deletions

View File

@ -62,7 +62,21 @@ If you followed the steps above, it should be `build/Release`.
comming soon :)
# Building on OSX
comming soon as well :)
## Install requirements
```
brew tap pothosware/homebrew-pothos
brew install volk glew glfw fftw portaudio
brew install soapysdr
```
You can install additional soapy device support based on your hardware.
## The build
```
mkdir build
cd build
cmake ..
cmake --build . --config Release
```
# Contributing