Partial merge of #44
This commit is contained in:
commit
17f1054dff
|
@ -13,7 +13,6 @@ $ sudo apt-get install build-essential debhelper librtlsdr-dev pkg-config dh-sys
|
|||
$ dpkg-buildpackage -b
|
||||
```
|
||||
|
||||
|
||||
## Building under jessie
|
||||
|
||||
### Dependencies - bladeRF
|
||||
|
@ -35,16 +34,16 @@ see https://flightaware.com/adsb/piaware/install
|
|||
|
||||
### Dependencies - rtlsdr
|
||||
|
||||
This is packaged with jessie. "sudo apt-get install librtlsdr-dev"
|
||||
This is packaged with jessie. `sudo apt-get install librtlsdr-dev`
|
||||
|
||||
### Actually building it
|
||||
|
||||
Nothing special, just build it ("dpkg-buildpackage -b")
|
||||
Nothing special, just build it (`dpkg-buildpackage -b`)
|
||||
|
||||
## Building under wheezy
|
||||
|
||||
First run "prepare-wheezy-tree.sh". This will create a package tree in
|
||||
package-wheezy/. Build in there ("dpkg-buildpackage -b")
|
||||
First run `prepare-wheezy-tree.sh`. This will create a package tree in
|
||||
package-wheezy/. Build in there (`dpkg-buildpackage -b`)
|
||||
|
||||
The wheezy build does not include bladeRF support.
|
||||
|
||||
|
|
Loading…
Reference in a new issue