kebab 94781b40f2 | ||
---|---|---|
.. | ||
contrib | ||
m4 | ||
tests | ||
web | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
Makefile.in | ||
NEWS | ||
README | ||
README.CMake | ||
README.tree | ||
aclocal.m4 | ||
ar-lib | ||
autogen.sh | ||
compile | ||
config.guess | ||
config.sub | ||
configure | ||
configure.ac | ||
dbfadd.c | ||
dbfcreate.c | ||
dbfdump.c | ||
dbfopen.c | ||
depcomp | ||
install-sh | ||
ltmain.sh | ||
makefile.vc | ||
missing | ||
safileio.c | ||
sbnsearch.c | ||
shapefil.h | ||
shapelib.pc.in | ||
shpadd.c | ||
shpcreate.c | ||
shpdump.c | ||
shpopen.c | ||
shprewind.c | ||
shptest.c | ||
shptree.c | ||
shptreedump.c | ||
shputils.c | ||
test-driver |
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!