#!/bin/sh
echo Trying to compile without configuring.. \(e.g. for BSD users\)
gcc -Wall -O3 *.c -o gps -lnet -lpcap `libnet-config --defines` -I/usr/include -I/usr/local/include
echo If the compilation failed, please wait for the BSD release of GPS.
