From cef73d0771c70e234eae8deb81f394132f26d811 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sun, 18 Jun 2023 00:54:41 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86a703f..3388161 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ Command line interface for Windows XP license management, inspired by Microsoft' `--SetConfirmationID`: Sets a Confirmation ID (tested to work with dashes). Make sure you do commands right, since, as of now, there's no checking to make sure it's correct or not! + +## Building +Due to GitHub not wanting to cooperate with auto-building for Windows XP (who would have thought?), you need to build it yourself. + +Make sure Visual Studio 2017 or later is installed, with the v141_xp toolchain. Then, `git clone`, open in VS, build, done.