1# how to build under MinGW/MSYS:
2# (first you need to build & "install" zlib)
3
4export "CFLAGS=-O3 -I/usr/local/include"
5export "LDFLAGS=-L/usr/local/lib -lwsock32 -lws2_32"
6./configure
7make
8cp data/GeoIP.dat test/
9make check
10
11# note that GeoIP.dat file should be placed in the
12# same place as GeoIP-enabled executable modules!
13# there's NO DEFAULT PATH concept on Win32 :)
14