Skip to content

Geo-Linux-Calculations/libdgn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DGNLIB Source Distribution
==========================

Current information on DGNLIB, including detailed API documentation
can be found at:

  http://dgnlib.maptools.org/


Building
--------

This is a preliminary source distribution, and I have not gone to any
pains to make it easy to configure and build. To build please do the 
following:

1. Update cpl_config.h to represent your platform accurately. Generally all
that matters is to #define WORDS_BIGENDIAN on big endian platforms. The
rest can likely be ignored.

2. Build the programs. 

  % make 

Use
---

  % LD_LIBRARY_PATH=. ./dgndump you_file.dgn

Packages

No packages published

Languages

  • C++ 84.1%
  • C 15.7%
  • Makefile 0.2%