sudo apt-get install libitpp8v5 libitpp-dev libpcap0.8-dev libbladerf2 libfreesrp0 libhidapi-libusb0 sudo apt-get install --no-install-recommends libgnuradio-fcdproplus3.8.0 libgnuradio-iqbalance3.8.0 sudo apt-get install gnuplot-x11 # Warning: may install Qt5 if you did not install Qt from packages. Check the installer when it asks permission to proceed.
cd ~ git clone https://github.com/boatbod/op25 cd op25 git checkout gr38 sudo sed -i -- 's/^# *deb-src/deb-src/' /etc/apt/sources.list # Tell op25 to use python3 echo "/usr/bin/python3" > op25/gr-op25_repeater/apps/op25_python mkdir build cd build cmake ../ make -j 4 sudo make install sudo ldconfig