From 2f6e476e5fec107f1e3c191fa085140c50421184 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Thu, 5 Apr 2012 08:52:07 -0700 Subject: [PATCH] added a few notes to the readme about building --- readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index ec2d015..7ac8aa0 100755 --- a/readme.txt +++ b/readme.txt @@ -243,8 +243,9 @@ And additionally a test file:
  • xmltest.cpp
  • -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.

    Documentation