Update README.md
This commit is contained in:
parent
68ca0dc800
commit
e30b3e87f5
12
README.md
12
README.md
|
@ -26,16 +26,16 @@ see https://flightaware.com/adsb/piaware/install
|
||||||
|
|
||||||
### Dependencies - rtlsdr
|
### 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
|
### Actually building it
|
||||||
|
|
||||||
Nothing special, just build it ("dpkg-buildpackage -b")
|
Nothing special, just build it (`dpkg-buildpackage -b`)
|
||||||
|
|
||||||
## Building under wheezy
|
## Building under wheezy
|
||||||
|
|
||||||
First run "prepare-wheezy-tree.sh". This will create a package tree in
|
First run `prepare-wheezy-tree.sh`. This will create a package tree in
|
||||||
package-wheezy/. Build in there ("dpkg-buildpackage -b")
|
package-wheezy/. Build in there (`dpkg-buildpackage -b`)
|
||||||
|
|
||||||
The wheezy build does not include bladeRF support.
|
The wheezy build does not include bladeRF support.
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ You can probably just run "make" after installing the required dependencies.
|
||||||
Binaries are built in the source directory; you will need to arrange to
|
Binaries are built in the source directory; you will need to arrange to
|
||||||
install them (and a method for starting them) yourself.
|
install them (and a method for starting them) yourself.
|
||||||
|
|
||||||
"make BLADERF=no" will disable bladeRF support and remove the dependency on
|
`make BLADERF=no` will disable bladeRF support and remove the dependency on
|
||||||
libbladeRF.
|
libbladeRF.
|
||||||
|
|
||||||
"make RTLSDR=no" will disable rtl-sdr support and remove the dependency on
|
`make RTLSDR=no` will disable rtl-sdr support and remove the dependency on
|
||||||
librtlsdr.
|
librtlsdr.
|
||||||
|
|
Loading…
Reference in a new issue