mirror of https://github.com/AxioDL/tinyxml2.git
added a few notes to the readme about building
This commit is contained in:
parent
68fd6b80cd
commit
2f6e476e5f
|
@ -243,8 +243,9 @@ And additionally a test file:
|
||||||
<li>xmltest.cpp</li>
|
<li>xmltest.cpp</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
Simply compile and run. There is a visual studio 2010 project included.
|
Simply compile and run. There is a visual studio 2010 project included, a simple Makefile,
|
||||||
|
an XCode project, and a cmake CMakeLists.txt included to help you. The top of tinyxml.h
|
||||||
|
even has a simple g++ command line if you are are *nix and don't want to use a build system.
|
||||||
|
|
||||||
<h2> Documentation </h2>
|
<h2> Documentation </h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue