OSGeo / shapelib

Official repository of shapelib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Official repository of shapelib

License:Other


Languages

Language:C 79.7%Language:HTML 9.8%Language:C++ 3.2%Language:CMake 2.7%Language:Pascal 1.4%Language:Makefile 1.1%Language:CSS 1.0%Language:Shell 0.8%Language:M4 0.3%Language:TeX 0.0%