Please include in the procedure for building gr-osmosdr the step to run /thirdparty/hydrasdr_pkg-confile.sh before building gr-osmosdr from https://github.com/hydrasdr/gr-osmosdr under Ubuntu Linux.
git clone https://github.com/hydrasdr/gr-osmosdr
cd gr-osmosdr/
cd thirdparty
sudo sh hydrasdr_pkg-confile.sh
cd ..
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig
Please include in the procedure for building gr-osmosdr the step to run /thirdparty/hydrasdr_pkg-confile.sh before building gr-osmosdr from https://github.com/hydrasdr/gr-osmosdr under Ubuntu Linux.
The reminded steps are: