How to Install libpugixml-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libpugixml-dev

Description:

Light-weight C++ XML processing library (development)

pugixml is a lightweight C++ XML processing library with XPath support. It features: * DOM like interface with rich traversal/modification capabilities * Extermely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer. * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions. . This package provides required development header files which allows integrating pugixml with your application.

Homepage: http://pugixml.org/

Version: 1.8.1-7

Section: universe/libdevel