gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.02k stars 539 forks source link

Can not run volk_profile on RPI2 and 3 #448

Closed csete closed 6 years ago

csete commented 7 years ago

The binary packages for RPI2 and RPI3 include the volk_profile utility but it will not run because libboost-test is missing from the package.

Users who experience this should note that:

  1. Running volk_profile on the RPI2 and 3 is not necessary because the binary pakage already contains the correct volk configuration file, which is installed when running the setup_gqrx.sh script.
  2. Under no circumstances should libboost-test or libvolk be installed using apt-get install since these libraries will interfere with the ones included in the binary package.
csete commented 6 years ago

No longer relevant.