Skip to content

Commit

Permalink
Add basic installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKrall authored Sep 8, 2017
1 parent 9c5b783 commit e6a247b
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 e6a247b

Please sign in to comment.