11This repository contains host software (Linux/Windows) for HackRF, a project to
22produce 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-
6389You 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-
10097principal author: Michael Ossmann < mike@ossmann.com >
10198
10299http://greatscottgadgets.com/hackrf/
0 commit comments