update building instructions in readme 2

This commit is contained in:
Alexander Frick
2025-12-04 02:02:01 -06:00
parent 7b10a5b19d
commit 13b3ad924b
+4
View File
@@ -26,6 +26,8 @@ if using MSVS 2017/2019/2022. In an MSVS terminal with `msbuild` in your path, i
- Replace `/p:Platform=x86`with `/p:Platform=x64` to make a 64 bit build suitable for Windows XP x64. - Replace `/p:Platform=x86`with `/p:Platform=x64` to make a 64 bit build suitable for Windows XP x64.
The executable will be placed in corresponding __Debug__ or __Release__ directory.
### MinGW ### MinGW
From an MinGW prompt (you may have to edit the `CC`/ `CXX`/ `LD`/ `RC` variables in the [Makefile](./Makefile)): From an MinGW prompt (you may have to edit the `CC`/ `CXX`/ `LD`/ `RC` variables in the [Makefile](./Makefile)):
@@ -34,6 +36,8 @@ From an MinGW prompt (you may have to edit the `CC`/ `CXX`/ `LD`/ `RC` variables
make clean && make all make clean && make all
``` ```
The executable will be placed in the root directory, side by side with the Makefile.
## About ## About
Based on Endermanch's work https://github.com/Endermanch/XPConfirmationIDKeygen, which is itself based on other's Based on Endermanch's work https://github.com/Endermanch/XPConfirmationIDKeygen, which is itself based on other's
work. Please see the original [XPConfirmationIDKeygen README](./orig/ORIGINAL_README.md) for more information. work. Please see the original [XPConfirmationIDKeygen README](./orig/ORIGINAL_README.md) for more information.