TinyXML Debian Installation

Jack picture Jack · Jan 24, 2011 · Viewed 11.2k times · Source

Can someone give me some instructions on how to install TinyXML (or TinyXML++) to debian so I can use it from within my C++ app.

I've never installed a library before so I have no idea what to do.

Thanks

Answer

thorsten müller picture thorsten müller · Jan 24, 2011

on the command line:

sudo apt-get install libtinyxml-dev

should be all you need

alternatively you could use a gui packet manager (if your distro has one) and search for tinyxml