Name
Last commit
Last update
..
contrib Loading commit data...
m4 Loading commit data...
tests Loading commit data...
web Loading commit data...
AUTHORS Loading commit data...
CMakeLists.txt Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
Makefile.in Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README.CMake Loading commit data...
README.tree Loading commit data...
aclocal.m4 Loading commit data...
ar-lib Loading commit data...
autogen.sh Loading commit data...
compile Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
dbfadd.c Loading commit data...
dbfcreate.c Loading commit data...
dbfdump.c Loading commit data...
dbfopen.c Loading commit data...
depcomp Loading commit data...
install-sh Loading commit data...
ltmain.sh Loading commit data...
makefile.vc Loading commit data...
missing Loading commit data...
safileio.c Loading commit data...
sbnsearch.c Loading commit data...
shapefil.h Loading commit data...
shapelib.pc.in Loading commit data...
shpadd.c Loading commit data...
shpcreate.c Loading commit data...
shpdump.c Loading commit data...
shpopen.c Loading commit data...
shprewind.c Loading commit data...
shptest.c Loading commit data...
shptree.c Loading commit data...
shptreedump.c Loading commit data...
shputils.c Loading commit data...
test-driver Loading commit data...
Building on Unix
----------------

1) run ./configure to generate build scripts
   Note: type ./configure --help for a list of fine-tuning options

2) type "make" 

3) type "make check" to perform self-tests

4) type "make install" to install


Building on Windows
-------------------

If you have run the VC++ VCVARS32.BAT, you should be able to type the 
following in a command window to build the code and executables:

C:>  nmake /f makefile.vc 

Otherwise create your own VC++ project.  There aren't many files to deal with
here!