-
Notifications
You must be signed in to change notification settings - Fork 22
Installing the "build" version of sdrberry
Paul edited this page Jun 18, 2025
·
1 revision
There are two ways to install the build version of sdrberry. The reason to do this is mainly when a fix is supplied and you want to test it.
When creating a new install of sdrberry you can select the build version add the build option to the install command will select the build branch of sdrberry
wget https://raw.githubusercontent.com/paulh002/sdrberry/master/install/install.sh
chmod +x install.sh
./install.sh HFB DSI build
A second method is to update the git repo on the sd card or usb drive and compile the build version and install it over the current version. To do so, got to the sdrberry/build directory. Checkout build tree and pull the latest version. Then recompile and install.
cd sdrberry/build
git checkout build
git pull
make -j4
sudo make install