From e6a247bef74dce23d499bdec44576dd630c93879 Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Fri, 8 Sep 2017 15:34:59 -0700 Subject: [PATCH] Add basic installation instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index bf2e421..d8c0b72 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ # SoapyPlutoSDR + +## Installation instructions + +``` +git clone https://github.com/jocover/SoapyPlutoSDR +cd SoapyPlutoSDR +mkdir build +cd build +cmake .. +make +sudo make install +``` + +## Dependencies + +- [libiio](https://github.com/analogdevicesinc/libiio) +- [libad9361](https://github.com/analogdevicesinc/libad9361-iio) +- [SoapySDR](https://github.com/pothosware/SoapySDR)