mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
fixed OpenBSD build 4
This commit is contained in:
13
readme.md
13
readme.md
@ -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.
|
||||
|
Reference in New Issue
Block a user