Skip to content

Commit

Permalink
Merge pull request #201 from dominicgs/rad1o-support
Browse files Browse the repository at this point in the history
Sort readme install instructions
  • Loading branch information
dominicgs committed Jul 23, 2015
2 parents 8ddbfd9 + 512156d commit bee85a6
Showing 1 changed file with 28 additions and 31 deletions.
59 changes: 28 additions & 31 deletions host/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
This repository contains host software (Linux/Windows) for HackRF, a project to
produce a low cost, open source software radio platform.

##How to build the host software on Linux:

###Prerequisites for Linux (Debian/Ubuntu):

`sudo apt-get install build-essential cmake libusb-1.0-0-dev`

###Build host software on Linux:

`cd host`

`mkdir build`

`cd build`

`cmake ../ -DINSTALL_UDEV_RULES=ON`

`make`

`sudo make install`

`sudo ldconfig`

##Clean CMake temporary files/dirs:

`cd host/build`

`rm -rf *`

##How to build host software on Windows:

###Prerequisites for cygwin or mingw:
Expand Down Expand Up @@ -58,8 +86,6 @@ Solution file: `c:\hackrf\host\cmake\hackrf_all.sln`

##How to build host the software on FreeBSD

[Tomek "CeDeROM" CEDRO](http://www.tomek.cedro.info) is working on a Port for you - stay tuned! :-)

You can use the binary package:
`# pkg install hackrf`

Expand All @@ -68,35 +94,6 @@ You can build and install from ports:
`# make install`


##How to build the host software on Linux:

###Prerequisites for Linux (Debian/Ubuntu):

`sudo apt-get install build-essential cmake libusb-1.0-0-dev`

###Build host software on Linux:

`cd host`

`mkdir build`

`cd build`

`cmake ../ -DINSTALL_UDEV_RULES=ON`

`make`

`sudo make install`

`sudo ldconfig`

##Clean CMake temporary files/dirs:

`cd host/build`

`rm -rf *`


principal author: Michael Ossmann <[email protected]>

http://greatscottgadgets.com/hackrf/

0 comments on commit bee85a6

Please sign in to comment.