fixed OpenBSD build 4

This commit is contained in:
Alejandro Sior
2020-10-24 17:34:18 +02:00
parent ba81f25933
commit 922a226028
3 changed files with 13 additions and 8 deletions

View File

@ -63,15 +63,14 @@ comming soon :)
# Building on OSX
## 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
## The build
```
mkdir build
cd build
@ -81,20 +80,26 @@ cmake --build . --config Release
# Building on OpenBSD
## Install requirements
```
pkg_add fftw3-float glew glfw portaudio-svn
# install volk and SoapySDR manually
```
## The build
```
mkdir build
cd build
cmake --clang ..
cmake --build . --config Release
make
cd ..
./prepare_root.sh
cp -Rf root root_dev # if are in dev
mv root/modules ./
```
Run SDRPP with `build/sdrpp`.
# Contributing
Feel free to issue pull request and report bugs via the github issues.