TitanMKD 31356cc998 Merge branch 'master' of git://github.com/mossmann/hackrf
Conflicts:
	host/libhackrf/examples/hackrf_transfer.c
Fixed conflict with cleanup and fixed bug on 64bits value.
2013-03-24 09:56:56 +01:00
..
2012-10-16 20:33:41 -07:00
2012-10-16 20:33:41 -07:00

This repository contains hardware designs and software for HackRF, a project to produce a low cost, open source software radio platform.

Jawbreaker

How to build host software on Windows: prerequisite for cygwin or mingw:

For Cygwin: cmake -G "Unix Makefiles" -DCMAKE_LEGACY_CYGWIN_WIN32=1 -DLIBUSB_INCLUDE_DIR=/usr/local/include/libusb-1.0/ make make install

For Mingw: #normal version cmake -G "MSYS Makefiles" -DLIBUSB_INCLUDE_DIR=/usr/local/include/libusb-1.0/ #debug version cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Debug -DLIBUSB_INCLUDE_DIR=/usr/local/include/libusb-1.0/ make make install

How to build host software on Linux: cmake ./ make make install

principal author: Michael Ossmann mike@ossmann.com

http://greatscottgadgets.com/hackrf/