From 68ca0dc800917ae81ed9bd74f7fa2cd1dc3c02cd Mon Sep 17 00:00:00 2001 From: Dalton Flanagan Date: Thu, 2 May 2019 20:39:24 -0700 Subject: [PATCH 1/2] Tweak README commands for easier copy & paste Right now all of these commands are in plaintext in a single line. Splitting them in a code block makes it more readable and easier to copy and paste directly into a terminal. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1dd06b..4190884 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ It is designed to build as a Debian package. You will need a build of libbladeRF. You can build packages from source: -$ git clone https://github.com/Nuand/bladeRF.git -$ cd bladeRF -$ dpkg-buildpackage -b +``` +git clone https://github.com/Nuand/bladeRF.git +cd bladeRF +dpkg-buildpackage -b +``` Or Nuand has some build/install instructions including an Ubuntu PPA at https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux From e30b3e87f56e3c1fee8a7f4a88535fd86881ae0f Mon Sep 17 00:00:00 2001 From: Dalton Flanagan Date: Thu, 2 May 2019 20:41:20 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4190884..c2273fe 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,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. @@ -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 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. -"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.