How to add RTL_SDR into 3.7.8 gnuradio library?

Hello all

I installed the latest version 3.7.8 of gnuradio from source. But the
repository removed rtl_sdr folder from the source files. I google a way
to
add rtl-sdr to the library. but it did not work for me.
I followed the official osmocom website.

I install the RTL-SDR folder inside of my gnuradio file. then follow the
steps below
cd rtl-sdr/
mkdir build
cd build
cmake …/
make
sudo make install
sudo ldconfig

I know probably there is some link I have to create between this folder
and
gnuradio software. Is there anyone know how to add rtl-sdr to library?
if
you know, please tell me the exact steps I have to do. I really
appreciate
any help from you!

Cheers!

Shaun


View this message in context:
http://gnuradio.4.n7.nabble.com/How-to-add-RTL-SDR-into-3-7-8-gnuradio-library-tp53711.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Hi Shaunwag,

rtl-sdr doesn’t belong inside your GNU radio source tree, and it never
did. Both things are unrelated.
Compile rtl-sdr anywhere you’ve downloaded it, “make install” it;
install GNU Radio.
After both, build the gr-osmosdr module, and you will get GNU Radio
blocks that allow you to access the rtl-sdr devices; that’s probably the
“glue” you were looking for.

Best regards,
Marcus