You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update sdrberry to the latest version without re-installation you can update the downloaded sdrberry github repository in the pi home directory.
In the pi command prompt execute following steps:
cd sdrberry
git pull
cd build
cmake ..
make -j4
sudo make install
If you want to make use of the "build" version
cd sdrberry/build
git checkout build
git pull
make -j4
sudo make install