Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

externpro-archive/shapelib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please read shapelib.html.

Building on Unix
----------------

1) Edit Makefile, and set CFLAGS, and CC macros as required for the
   target system.  Often the defaults will work fine.

2) "type make" 

The result should be:

Core shapelib support.  
  shpopen.o
  dbfopen.o

Utility/demonstration programs:
  shpcreate, shpdump, shpadd, dbfcreate, dbfdump, dbfadd

To test type:
  make test


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!

About

ESRI ShapeFile Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.8%
  • Shell 33.4%
  • Makefile 11.3%
  • HTML 5.5%
  • Pascal 1.0%
  • C++ 0.6%
  • Other 1.4%