readme

来自「一个关于shapefile的类库,包括dll,lib文件和头文件,大家也可到开源」· 代码 · 共 36 行

TXT
36
字号

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!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?