I have an old version of OP25 in VMWare. I believe it is the "Boatbod" version. How can I updaet it to the latest and greatest with the new interface? Thanks.
cd op25
git pull
./rebuild.sh {The rebuild script recompiles the entire codebase to cover any changes/updates involving C++objects}
Option-2: Remove Boatbod and install Osmocom
cd ~/op25/build
sudo make uninstall
cd ~
sudo rm -r op25
git clone https://git.osmocom.org/op25
cd op25
./install.sh {Because GNU Radio and dependent libraries already exist, you'll see some "latest version xxx already installed messages"}