From b69be03db2de0ba90bd00a5890a0bebe03326129 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Tue, 21 Nov 2023 12:28:05 -0800 Subject: [PATCH] update the readme --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 81fbe68c..6609015d 100644 --- a/readme.md +++ b/readme.md @@ -269,10 +269,9 @@ 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. 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, -and is not intended to integrate well with other builds. +(Additional build systems are costly to maintain, and tend to bit-rot. They are +being removed over time.) Building TinyXML-2 - Using vcpkg --------------------------------