How to Install libdxflib-dev in Ubuntu 18.04



Install libdxflib-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libdxflib-dev

Description:

Development files for the dxflib library

dxflib is a C++ library for reading and writing DXF files. When reading DXF files, dxflib parses the file and calls functions that you define in your own C++ class for adding entities, layers, etc. . This package contains the development files (headers and documentation) for libdxflib.

Homepage: http://www.qcad.org/en/what-is-dxflib

Version: 3.17.0-2

Section: universe/libdevel