Skip to content

Commit

Permalink
Merge pull request jocover#1 from EvanKrall/patch-1
Browse files Browse the repository at this point in the history
Add basic installation instructions
  • Loading branch information
jocover authored Sep 9, 2017
2 parents 9c5b783 + e6a247b commit dd6686e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit dd6686e

Please sign in to comment.