update building instructions in readme 2
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user