From 4dc991e79dfd0b4bd4a4456da6df2c2c24152126 Mon Sep 17 00:00:00 2001 From: Tomasz CEDRO Date: Wed, 8 Apr 2015 03:27:43 +0200 Subject: [PATCH] Added information on FreeBSD build. Signed-off-by: Tomasz CEDRO --- host/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/host/README.md b/host/README.md index 56de42ed..1f3a0b13 100644 --- a/host/README.md +++ b/host/README.md @@ -52,6 +52,18 @@ Debug version: `make install` +##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` + +You can build and install from ports: +`# cd /usr/ports/comms/hackrf` +`# make install` + + ##How to build the host software on Linux: ###Prerequisites for Linux (Debian/Ubuntu):