diff --git a/readme.md b/readme.md index ce590be6..9413f663 100644 --- a/readme.md +++ b/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/) \ No newline at end of file +* [portaudio (PortAudio community)](http://www.portaudio.com/)