Installing the "build" version of sdrberry - paulh002/sdrberry GitHub Wiki
Install Build version
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.
Fresh installation
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
Update to 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