mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Added OpenBSD build instructions
This commit is contained in:
parent
da9528576a
commit
ba81f25933
21
readme.md
21
readme.md
@ -63,14 +63,15 @@ 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
|
||||
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
@ -78,6 +79,22 @@ cmake ..
|
||||
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
|
||||
|
||||
Feel free to issue pull request and report bugs via the github issues.
|
||||
@ -101,4 +118,4 @@ I will soon publish a contributing.md listing the code style to use.
|
||||
* [Dear ImGui (ocornut)](https://github.com/ocornut/imgui)
|
||||
* [spdlog (gabime)](https://github.com/gabime/spdlog)
|
||||
* [json (nlohmann)](https://github.com/nlohmann/json)
|
||||
* [portaudio (PortAudio community)](http://www.portaudio.com/)
|
||||
* [portaudio (PortAudio community)](http://www.portaudio.com/)
|
||||
|
Loading…
Reference in New Issue
Block a user