Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2021-05-16 05:57:11 +0300
committerLee Thomason <leethomason@gmail.com>2021-05-16 05:57:11 +0300
commit95b80f44584fd3e7e20584f9b5222a2d7fa9a636 (patch)
treecccfcfcef694138685b1c409b99e292d1b5a024b
parent7d054695eefd07829cd783c0ab5017cf5f3ab070 (diff)
update readmemodern-cmake-2
-rw-r--r--readme.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 1980c06..5245ac4 100644
--- a/readme.md
+++ b/readme.md
@@ -259,12 +259,14 @@ There are 2 files in TinyXML-2:
And additionally a test file:
* xmltest.cpp
-Generally speaking, the intent is that you simply include the files in your project
-and build.
+Generally speaking, the intent is that you simply include the tinyxml2.cpp and
+tinyxml2.h files in your project and build with your other source code.
-There is also a CMake build included.
+There is also a CMake build included. CMake is the general build for TinyXML-2.
+Additional build systems are costly to maintain, and tend to bit-rot.
-A Visual Studio project is included, but that is largely for developer convenience.
+A Visual Studio project is included, but that is largely for developer convenience,
+and is not intended to integrate well with other builds.
Building TinyXML-2 - Using vcpkg
--------------------------------