How to install RapidXML on Ubuntu

If you want to use RapidXML to parse XML data on Ubuntu, run this command:

install_rapidxml.sh
sudo apt install librapidxml-dev -y

Since RapidXML is a header-only library, this will install the header files and no native libraries.


Check out similar posts by category: C/C++, Linux