Merge branch 'master' into development

master
Joseph Poirier 2016-03-06 14:15:39 -06:00
commit bee69c5b56
3 changed files with 20 additions and 6 deletions

6
README
View File

@ -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

12
README.md 100644
View File

@ -0,0 +1,12 @@
[![librtlsdr version](https://img.shields.io/github/tag/librtlsdr/librtlsdr.svg?style=flat&label=librtlsdr)](https://github.com/librtlsdr/librtlsdr/releases)
[![Build Status](http://circleci-badges-max.herokuapp.com/img/librtlsdr/librtlsdr/master?token=:circle-ci-token)](https://circleci.com/gh/librtlsdr/librtlsdr/tree/master)
[![GPLv2 License](http://img.shields.io/badge/license-GPLv2-brightgreen.svg)](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

8
circle.yml 100644
View File

@ -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 -----";