Merge pull request #43 from jprochazka/build-instructions

jessie build instructions - suggest a particular libbladerf tag
This commit is contained in:
Oliver Jowett 2019-04-29 21:29:45 +08:00 committed by GitHub
commit b84fffc443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,10 @@ $ dpkg-buildpackage -b
You will need a build of libbladeRF. You can build packages from source:
```bash
$ git clone https://github.com/Nuand/bladeRF.git
$ cd bladeRF
$ git clone https://github.com/Nuand/bladeRF.git
$ cd bladeRF
$ git checkout 2017.12-rc1
$ dpkg-buildpackage -b
```
Or Nuand has some build/install instructions including an Ubuntu PPA
at https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux