Skip to content

Commit

Permalink
Add code blocks for build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Jan 13, 2014
1 parent ce9a64a commit b97aca3
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@ These tools link to libbtbb (http://libbtbb.sourceforge.net/).
The versions tend to be matched, git should always work with git and all
releases should come in matched pairs (until the interface stabilizes).
Libbtbb can be retrieved from git and built as follows:

```
$ git clone git://git.code.sf.net/p/libbtbb/code libbtbb
$ cd libbtbb/
$ make
$ sudo make install

```
This software also requires libusb 1.0 or higher, which can be found at
http://www.libusb.org or installed from your OS's package repository.


Building
--------
Build the library and tools using the following steps:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install (may require root privileges)

```
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install (may require root privileges)
```

THE TOOLS
---------
Expand All @@ -46,7 +47,9 @@ dumped to stderr.
ubertooth-specan: ouputs signal strength data suitable for feeding into spectrum
analyser software. e.g.

ubertooth-specan -G -q | feedgnuplot --stream 0.5 --domain --3d
```
ubertooth-specan -G -q | feedgnuplot --stream 0.5 --domain --3d
```

will use feedgnuplot to drive gnuplot to draw a realtime animated 3D plot of the
frequency spectrum.
Expand Down

0 comments on commit b97aca3

Please sign in to comment.