Pugi xml setup



I would like to share with you about how to setup "pugi xml" in android especially in cocos2dx. The way to download and import is simple. Here are steps to setup pugi xml for dev. enviroment. 


first, get pugi xml file in pugixml.org. click below link to jump download page



http://pugixml.org/



There are two different version of files. For me Windows environment, click first zip file to download in my local 




Extract downloaded file. you will get folder like this. maybe check later other directory , for now just focus on "src" directory. copy 3 files under src folder.




whic are,


pugiconfig.hpp

pugixml.hpp

pugixml,.cpp


copy 3 files into my project.



import this copied file into my visual studio project. if you don't know how to import file into project, check below screen capture. It's simple, just select 3 files than drag & drop desired folder under the project.




Okay, You are ready to use pugi xml in your project.

Next step is that, how to use this code ?


Following post will introduce usability of pugi xml.