https://github.com/osgeo/shapelib
Official repository of shapelib
https://github.com/osgeo/shapelib
Last synced: about 1 year ago
JSON representation
Official repository of shapelib
- Host: GitHub
- URL: https://github.com/osgeo/shapelib
- Owner: OSGeo
- License: other
- Created: 2019-04-20T12:39:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T17:04:34.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:44:32.340Z (almost 2 years ago)
- Language: C
- Size: 1.39 MB
- Stars: 130
- Watchers: 21
- Forks: 62
- Open Issues: 12
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: LICENSE-LGPL
- Authors: AUTHORS
Awesome Lists containing this project
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!