circle ci file, update readme

master
Joseph Poirier 2016-03-06 13:10:18 -06:00
parent 8b4d755ba1
commit ad36f08e04
2 changed files with 8 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

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