Skip to content

Installing new versions

Paul edited this page Jan 3, 2026 · 1 revision

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

Clone this wiki locally