Menu

Tree [651779] master /
 History

HTTPS access


File Date Author Commit
 dwg2dxf 2015-10-20 Rallaz Rallaz [300e17] added manpage for dwg2dxf
 src 2015-10-26 Rallaz Rallaz [651779] drw_entity use initialization list
 vs2013 2015-07-11 Miguel E. Hernández Cuervo Miguel E. Hernández Cuervo [ae2d5d] Included dwg2dxf source files in VS2013 project.
 .gitignore 2015-07-17 Miguel E. Hernández Cuervo Miguel E. Hernández Cuervo [9b96f9] Ignored more unnecessary VS project files.
 AUTHORS 2015-07-17 Miguel E. Hernández Cuervo Miguel E. Hernández Cuervo [b1df98] Updated AUTHORS
 COPYING 2011-11-25 Rallaz Rallaz [ff69a7] Initial commit of version 0.0.1
 ChangeLog 2012-11-19 Rallaz Rallaz [50cf21] complete read/write support for ellipse
 Makefile.am 2015-04-29 Rallaz Rallaz [bb571e] Release 0.6.1 & fix mem leak
 Makefile.in 2015-04-29 Rallaz Rallaz [bb571e] Release 0.6.1 & fix mem leak
 NEWS 2015-07-17 Miguel E. Hernández Cuervo Miguel E. Hernández Cuervo [02c207] Updated NEWS
 README 2015-07-17 Miguel E. Hernández Cuervo Miguel E. Hernández Cuervo [742941] Updated README
 TODO 2013-08-27 Rallaz Rallaz [67c423] not use string stream in Apple upd. to 0.5.10
 aclocal.m4 2015-01-13 Rallaz Rallaz [0bab53] added arc extrusion
 ar-lib 2015-09-03 Rallaz Rallaz [1727a6] update linux build system
 autogen.sh 2015-10-19 Rallaz Rallaz [31a9bd] Release 0.6.2
 config.guess 2015-09-03 Rallaz Rallaz [1727a6] update linux build system
 config.sub 2015-09-03 Rallaz Rallaz [1727a6] update linux build system
 configure 2015-10-19 Rallaz Rallaz [bbed47] Fix bug & release 0.6.3
 configure.ac 2015-10-19 Rallaz Rallaz [bbed47] Fix bug & release 0.6.3
 depcomp 2015-09-03 Rallaz Rallaz [1727a6] update linux build system
 install-sh 2015-09-03 Rallaz Rallaz [1727a6] update linux build system
 libdxfrw.dox 2013-12-29 Rallaz Rallaz [4fcbc5] more dwg work and cleanup
 libdxfrw.pc.in 2012-08-15 Rallaz Rallaz [859e19] update autotools
 ltmain.sh 2015-10-19 Rallaz Rallaz [31a9bd] Release 0.6.2
 makefile.mingw 2015-10-19 Rallaz Rallaz [bbed47] Fix bug & release 0.6.3
 missing 2015-09-03 Rallaz Rallaz [1727a6] update linux build system

Read Me

libdxfrw

libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form.
Also can read DWG files from R14 to the last V2015.
 It is licensed under the terms of the GNU General Public License version 2 (or at you option
any later version).


If you are looking for general information about the project, check our website:
http://sourceforge.net/projects/libdxfrw

== Building and installing the library ==

Use the tipical 
./configure
make
make install (as root)

[VC++]
- Open vs2013\libdxfrw.sln with VS2013
- Build Solution
There is also a dwg to dxf converter that depends on libdxfrw that can be built the same way.
- Open dwg2dxf\vs2013\dwg2dxf.sln with VS2013
- Build Solution

== Example usage of the library ==

The dwg to dxf converter (dwg2dxf) included in this package can be used as reference.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.