valentina_old/src/libs/vdxf/libdxfrw
Roman Telezhynskyi 5f5b7e41fa Enable alternative operator representations for support old or nonconforming
compilers by default.

--HG--
branch : develop
2018-12-11 22:27:55 +02:00
..
intern Cppcheck warning 'missingOverride'. 2018-06-26 15:53:48 +03:00
AUTHORS Added library libdxfrw. 2017-06-20 11:40:39 +03:00
COPYING Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_base.h Enable alternative operator representations for support old or nonconforming 2018-12-11 22:27:55 +02:00
drw_classes.cpp Remove dwg support. 2017-07-06 14:10:14 +03:00
drw_classes.h Remove dwg support. 2017-07-06 14:10:14 +03:00
drw_entities.cpp Clang warnings. 2017-07-07 10:22:24 +03:00
drw_entities.h Cppcheck warning 'missingOverride'. 2018-06-26 15:53:48 +03:00
drw_header.cpp SonarQube warnings. 2017-08-21 16:47:17 +03:00
drw_header.h Remove dwg support. 2017-07-06 14:10:14 +03:00
drw_interface.h Merged changed from SolveSpace's independent fork of libdxfrw. 2017-06-21 14:54:17 +03:00
drw_objects.cpp It seems like mistake. ratio renamed to width. 2018-07-16 19:55:37 +03:00
drw_objects.h It seems like mistake. ratio renamed to width. 2018-07-16 19:55:37 +03:00
libdxfrw.cpp It seems like mistake. ratio renamed to width. 2018-07-16 19:55:37 +03:00
libdxfrw.h Enable alternative operator representations for support old or nonconforming 2018-12-11 22:27:55 +02:00
main_doc.h Remove dwg support. 2017-07-06 14:10:14 +03:00
README Added library libdxfrw. 2017-06-20 11:40:39 +03:00

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.