Skip to content

Commit bee85a6

Browse files
committed
Merge pull request #201 from dominicgs/rad1o-support
Sort readme install instructions
2 parents 8ddbfd9 + 512156d commit bee85a6

File tree

1 file changed

+28
-31
lines changed

1 file changed

+28
-31
lines changed

host/README.md

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
This repository contains host software (Linux/Windows) for HackRF, a project to
22
produce a low cost, open source software radio platform.
33

4+
##How to build the host software on Linux:
5+
6+
###Prerequisites for Linux (Debian/Ubuntu):
7+
8+
`sudo apt-get install build-essential cmake libusb-1.0-0-dev`
9+
10+
###Build host software on Linux:
11+
12+
`cd host`
13+
14+
`mkdir build`
15+
16+
`cd build`
17+
18+
`cmake ../ -DINSTALL_UDEV_RULES=ON`
19+
20+
`make`
21+
22+
`sudo make install`
23+
24+
`sudo ldconfig`
25+
26+
##Clean CMake temporary files/dirs:
27+
28+
`cd host/build`
29+
30+
`rm -rf *`
31+
432
##How to build host software on Windows:
533

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

5987
##How to build host the software on FreeBSD
6088

61-
[Tomek "CeDeROM" CEDRO](http://www.tomek.cedro.info) is working on a Port for you - stay tuned! :-)
62-
6389
You can use the binary package:
6490
`# pkg install hackrf`
6591

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

7096

71-
##How to build the host software on Linux:
72-
73-
###Prerequisites for Linux (Debian/Ubuntu):
74-
75-
`sudo apt-get install build-essential cmake libusb-1.0-0-dev`
76-
77-
###Build host software on Linux:
78-
79-
`cd host`
80-
81-
`mkdir build`
82-
83-
`cd build`
84-
85-
`cmake ../ -DINSTALL_UDEV_RULES=ON`
86-
87-
`make`
88-
89-
`sudo make install`
90-
91-
`sudo ldconfig`
92-
93-
##Clean CMake temporary files/dirs:
94-
95-
`cd host/build`
96-
97-
`rm -rf *`
98-
99-
10097
principal author: Michael Ossmann <mike@ossmann.com>
10198

10299
http://greatscottgadgets.com/hackrf/

0 commit comments

Comments
 (0)