1
General / Problem with TMX Parser
« on: January 05, 2015, 09:56:35 pm »
Hello,
could someone explain me, what should I do, to correctly set up TMX Parser (this one for example https://github.com/andrewrk/tmxparser). My problem is, that I can't even compile the program given by the authors to test, because all the time, compiler is telling me that it can't find the zlib.h and tinyxml2.h. I downloaded TinyXml2 and zlib libraries, but I don't know where the header files should be put, to be linked with the program.
could someone explain me, what should I do, to correctly set up TMX Parser (this one for example https://github.com/andrewrk/tmxparser). My problem is, that I can't even compile the program given by the authors to test, because all the time, compiler is telling me that it can't find the zlib.h and tinyxml2.h. I downloaded TinyXml2 and zlib libraries, but I don't know where the header files should be put, to be linked with the program.