Install TinyXML-2
masterTinyXML-2 is designed for easy integration. You can simply include tinyxml2.cpp and tinyxml2.h in your project and build them alongside your other source code. Alternatively, you can use the vcpkg dependency manager to install it.
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install tinyxml2