mirror of https://github.com/drowe67/librtlsdr.git
Merge branch 'master' into development
commit
bee69c5b56
6
README
6
README
|
@ -1,6 +0,0 @@
|
|||
rtl-sdr
|
||||
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
|
||||
======================================================================
|
||||
|
||||
For more information see:
|
||||
http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
@ -0,0 +1,12 @@
|
|||
[](https://github.com/librtlsdr/librtlsdr/releases)
|
||||
[](https://circleci.com/gh/librtlsdr/librtlsdr/tree/master)
|
||||
[](https://tldrlegal.com/license/gnu-general-public-license-v2)
|
||||
|
||||
# Description
|
||||
|
||||
rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver
|
||||
|
||||
|
||||
# For more information see:
|
||||
|
||||
http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
@ -0,0 +1,8 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev;
|
||||
override:
|
||||
- cd ~/; git clone https://github.com/librtlsdr/librtlsdr.git; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig;
|
||||
test:
|
||||
override:
|
||||
- echo "----- done -----";
|
Loading…
Reference in New Issue