From 5d8df9c7e42f739ece5804cbdf1774a90e27edc7 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 17 Jun 2014 20:54:15 -0500 Subject: [PATCH] shell script to link on FreeBSD BUGZID: --- RUN.FreeBSD | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 RUN.FreeBSD diff --git a/RUN.FreeBSD b/RUN.FreeBSD new file mode 100755 index 0000000..1a4d7f9 --- /dev/null +++ b/RUN.FreeBSD @@ -0,0 +1,3 @@ +# link command +# we don't need -lusb-1.0 +gcc -g -o dump1090 dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o -L/usr/local/lib -lrtlsdr -lcompat -lpthread -lm