You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
contrib | 6 years ago | |
m4 | 6 years ago | |
tests | 6 years ago | |
web | 6 years ago | |
AUTHORS | 6 years ago | |
CMakeLists.txt | 5 years ago | |
COPYING | 6 years ago | |
ChangeLog | 6 years ago | |
INSTALL | 6 years ago | |
Makefile.am | 6 years ago | |
Makefile.in | 6 years ago | |
NEWS | 6 years ago | |
README | 6 years ago | |
README.CMake | 6 years ago | |
README.tree | 6 years ago | |
aclocal.m4 | 6 years ago | |
ar-lib | 6 years ago | |
autogen.sh | 6 years ago | |
compile | 6 years ago | |
config.guess | 6 years ago | |
config.sub | 6 years ago | |
configure | 6 years ago | |
configure.ac | 6 years ago | |
dbfadd.c | 6 years ago | |
dbfcreate.c | 6 years ago | |
dbfdump.c | 6 years ago | |
dbfopen.c | 6 years ago | |
depcomp | 6 years ago | |
install-sh | 6 years ago | |
ltmain.sh | 6 years ago | |
makefile.vc | 6 years ago | |
missing | 6 years ago | |
safileio.c | 6 years ago | |
sbnsearch.c | 6 years ago | |
shapefil.h | 6 years ago | |
shapelib.pc.in | 6 years ago | |
shpadd.c | 6 years ago | |
shpcreate.c | 6 years ago | |
shpdump.c | 6 years ago | |
shpopen.c | 6 years ago | |
shprewind.c | 6 years ago | |
shptest.c | 6 years ago | |
shptree.c | 6 years ago | |
shptreedump.c | 6 years ago | |
shputils.c | 6 years ago | |
test-driver | 6 years ago |
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!