si570
Martin Ewing 2014-05-20 14:02:52 -04:00
rodzic 31bcf17d85
commit b6a8760fd4
1 zmienionych plików z 16 dodań i 0 usunięć

16
pyrtlsdr.txt 100644
Wyświetl plik

@ -0,0 +1,16 @@
# pyrtlsdr uses numpy internally
# rtlsdr requires the librtlsdr library from http://sdr.osmocom.org/trac/wiki/rtl-sdr.
# git clone git://git.osmocom.org/rtl-sdr.git
# cd rtl-sdr
# autoreconf -i
# ./configure
# make
# sudo make install
# sudo make install-udev-rules
# The pyrlsdr (rtlsdr) module is from
# git https://github.com/roger-/pyrtlsdr.git
# sudo python setup.py install