Added OpenBSD build instructions

pull/31/head
Alejandro Sior 2020-10-24 17:18:54 +02:00
rodzic da9528576a
commit ba81f25933
1 zmienionych plików z 19 dodań i 2 usunięć

Wyświetl plik

@ -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/)