testdiff2/libs/shapelib
kebab 94781b40f2 second 2023-12-06 13:21:56 -05:00
..
contrib second 2023-12-06 13:21:56 -05:00
m4 second 2023-12-06 13:21:56 -05:00
tests second 2023-12-06 13:21:56 -05:00
web second 2023-12-06 13:21:56 -05:00
AUTHORS second 2023-12-06 13:21:56 -05:00
CMakeLists.txt second 2023-12-06 13:21:56 -05:00
COPYING second 2023-12-06 13:21:56 -05:00
ChangeLog second 2023-12-06 13:21:56 -05:00
INSTALL second 2023-12-06 13:21:56 -05:00
Makefile.am second 2023-12-06 13:21:56 -05:00
Makefile.in second 2023-12-06 13:21:56 -05:00
NEWS second 2023-12-06 13:21:56 -05:00
README second 2023-12-06 13:21:56 -05:00
README.CMake second 2023-12-06 13:21:56 -05:00
README.tree second 2023-12-06 13:21:56 -05:00
aclocal.m4 second 2023-12-06 13:21:56 -05:00
ar-lib second 2023-12-06 13:21:56 -05:00
autogen.sh second 2023-12-06 13:21:56 -05:00
compile second 2023-12-06 13:21:56 -05:00
config.guess second 2023-12-06 13:21:56 -05:00
config.sub second 2023-12-06 13:21:56 -05:00
configure second 2023-12-06 13:21:56 -05:00
configure.ac second 2023-12-06 13:21:56 -05:00
dbfadd.c second 2023-12-06 13:21:56 -05:00
dbfcreate.c second 2023-12-06 13:21:56 -05:00
dbfdump.c second 2023-12-06 13:21:56 -05:00
dbfopen.c second 2023-12-06 13:21:56 -05:00
depcomp second 2023-12-06 13:21:56 -05:00
install-sh second 2023-12-06 13:21:56 -05:00
ltmain.sh second 2023-12-06 13:21:56 -05:00
makefile.vc second 2023-12-06 13:21:56 -05:00
missing second 2023-12-06 13:21:56 -05:00
safileio.c second 2023-12-06 13:21:56 -05:00
sbnsearch.c second 2023-12-06 13:21:56 -05:00
shapefil.h second 2023-12-06 13:21:56 -05:00
shapelib.pc.in second 2023-12-06 13:21:56 -05:00
shpadd.c second 2023-12-06 13:21:56 -05:00
shpcreate.c second 2023-12-06 13:21:56 -05:00
shpdump.c second 2023-12-06 13:21:56 -05:00
shpopen.c second 2023-12-06 13:21:56 -05:00
shprewind.c second 2023-12-06 13:21:56 -05:00
shptest.c second 2023-12-06 13:21:56 -05:00
shptree.c second 2023-12-06 13:21:56 -05:00
shptreedump.c second 2023-12-06 13:21:56 -05:00
shputils.c second 2023-12-06 13:21:56 -05:00
test-driver second 2023-12-06 13:21:56 -05:00

README

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!