I have simple C++ application that uses libxml2 library. For this purpose I need to install it. But which package I need to install:
sudo apt-get install libxml2
System still complains regarding missing libxml header file.
sudo apt-get install libxml2-dev
Builds fine.
What is difference between libxml2 and libxml2-dev packages?