mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 19:57:11 +01:00
Added OpenBSD build instructions
This commit is contained in:
parent
da9528576a
commit
ba81f25933
19
readme.md
19
readme.md
@ -63,14 +63,15 @@ comming soon :)
|
|||||||
|
|
||||||
# Building on OSX
|
# Building on OSX
|
||||||
## Install requirements
|
## Install requirements
|
||||||
|
|
||||||
```
|
```
|
||||||
brew tap pothosware/homebrew-pothos
|
brew tap pothosware/homebrew-pothos
|
||||||
brew install volk glew glfw fftw portaudio
|
brew install volk glew glfw fftw portaudio
|
||||||
brew install soapysdr
|
brew install soapysdr
|
||||||
```
|
```
|
||||||
You can install additional soapy device support based on your hardware.
|
You can install additional soapy device support based on your hardware.
|
||||||
|
|
||||||
## The build
|
## The build
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
@ -78,6 +79,22 @@ cmake ..
|
|||||||
cmake --build . --config Release
|
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
|
||||||
|
```
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Feel free to issue pull request and report bugs via the github issues.
|
Feel free to issue pull request and report bugs via the github issues.
|
||||||
|
Loading…
Reference in New Issue
Block a user