地面站终端 App
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.
Thomas Karl Pietrowski c2bc9f758f libs/shapelib: Skip installing executables 4 years ago
..
contrib Support loading polygon from SHP file 6 years ago
m4 Support loading polygon from SHP file 6 years ago
tests Support loading polygon from SHP file 6 years ago
web Support loading polygon from SHP file 6 years ago
AUTHORS Support loading polygon from SHP file 6 years ago
CMakeLists.txt libs/shapelib: Skip installing executables 4 years ago
COPYING Support loading polygon from SHP file 6 years ago
ChangeLog Support loading polygon from SHP file 6 years ago
INSTALL Support loading polygon from SHP file 6 years ago
Makefile.am Support loading polygon from SHP file 6 years ago
Makefile.in Support loading polygon from SHP file 6 years ago
NEWS Support loading polygon from SHP file 6 years ago
README Support loading polygon from SHP file 6 years ago
README.CMake Support loading polygon from SHP file 6 years ago
README.tree Support loading polygon from SHP file 6 years ago
aclocal.m4 Support loading polygon from SHP file 6 years ago
ar-lib Support loading polygon from SHP file 6 years ago
autogen.sh Support loading polygon from SHP file 6 years ago
compile Support loading polygon from SHP file 6 years ago
config.guess Support loading polygon from SHP file 6 years ago
config.sub Support loading polygon from SHP file 6 years ago
configure Support loading polygon from SHP file 6 years ago
configure.ac Support loading polygon from SHP file 6 years ago
dbfadd.c Support loading polygon from SHP file 6 years ago
dbfcreate.c Support loading polygon from SHP file 6 years ago
dbfdump.c Support loading polygon from SHP file 6 years ago
dbfopen.c Support loading polygon from SHP file 6 years ago
depcomp Support loading polygon from SHP file 6 years ago
install-sh Support loading polygon from SHP file 6 years ago
ltmain.sh Support loading polygon from SHP file 6 years ago
makefile.vc Support loading polygon from SHP file 6 years ago
missing Support loading polygon from SHP file 6 years ago
safileio.c Support loading polygon from SHP file 6 years ago
sbnsearch.c Support loading polygon from SHP file 6 years ago
shapefil.h Support loading polygon from SHP file 6 years ago
shapelib.pc.in Support loading polygon from SHP file 6 years ago
shpadd.c Support loading polygon from SHP file 6 years ago
shpcreate.c Support loading polygon from SHP file 6 years ago
shpdump.c Support loading polygon from SHP file 6 years ago
shpopen.c Support loading polygon from SHP file 6 years ago
shprewind.c Support loading polygon from SHP file 6 years ago
shptest.c Support loading polygon from SHP file 6 years ago
shptree.c Support loading polygon from SHP file 6 years ago
shptreedump.c Support loading polygon from SHP file 6 years ago
shputils.c Support loading polygon from SHP file 6 years ago
test-driver Support loading polygon from SHP file 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!