资 源 简 介
应用背景Build Instructions:
Make sure you have autoconf, swig, texinfo, python-dev, build-essential packages
or equivalent installed via your package manager.
cd libredwg
./autogen.sh && ./configure && make && sudo make install
cd ../dxflib
./configure && make && sudo make install
cd ..
Once the above dependencies have been built, edit /usr/local/include/dwg.h,
and rename the THICKNESS constant (or add _ to end). It conflicts with another
constant included in the converter, but is not used itself. After that, just
run "make".
That"s it!
关键技术GNU LibreDWG 是一个免费开源的 C 库用来处理 DWG 文件,这
文 件 列 表
libredwg
test
src
m4
examples
doc
build-aux
bindings
TODO
README-alpha
README
NEWS
HACKING
COPYING
ChangeLog
AUTHORS
.git
config
.gitignore
autogen.sh
configure.ac
Makefile.am
.git
dxflib
test
src
lib
Makefile
install-sh
configure
config.guess
config.log
config.status
config.sub
configure.in
dxflib.pro
dxflib_commercial_license.txt
Makefile.in
README
Makefile
LICENSE
AutoCADConverter.cpp
GetInsertions.cpp
GetInsertions.h
InputFormat.h
InputFormatDWG.cpp
InputFormatDWG.h
InputFormatDXF.cpp
InputFormatDXF.h
OutputFormat.h
OutputFormatKML.cpp
OutputFormatKML.h
OutputFormatSHP.cpp
OutputFormatSHP.h
OutputFormatText.cpp
OutputFormatText.h
OutputFormatTypes.cpp
OutputFormatTypes.h