diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -16,35 +16,39 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin | |||
16 | 16 | ||
17 | | Workloads | | 17 | | Workloads | |
18 | | :-------- | | 18 | | :-------- | |
19 | |ASP.Net and web development | | 19 | | ASP.NET and web development | |
20 | |.Net desktop development | | 20 | | .NET desktop development | |
21 | | Desktop development with C++ | | 21 | | Desktop development with C++ | |
22 | 22 | ||
23 | | Individual components | | 23 | | Individual components | |
24 | | :-------- | | 24 | | :-------------------- | |
25 | |.Net Framework 4.7.2 SDK | | 25 | | .NET Framework 4.7.2 SDK | |
26 | |.Net Framework 4.7.2 targeting pack | | 26 | | .NET Framework 4.7.2 targeting pack | |
27 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | 27 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | |
28 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | | 28 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | |
29 | | MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | | 29 | | MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | |
30 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | | 30 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | |
31 | 31 | ||
32 | ##### Getting started: | 32 | ##### Getting started: |
33 | |||
33 | * Fork the WiX4 repository (https://github.com/wixtoolset/wix4.git) | 34 | * Fork the WiX4 repository (https://github.com/wixtoolset/wix4.git) |
34 | into a github domain that you control | 35 | into a GitHub domain that you control |
35 | * Clone the WiX4 repository from your fork (git clone https://github.com/yourdomain/wix4.git) | 36 | * Clone the WiX4 repository from your fork (git clone https://github.com/yourdomain/wix4.git) |
36 | into the directory of your choice | 37 | into the directory of your choice |
37 | 38 | ||
38 | ##### To build the WiX toolset: | 39 | ##### To build the WiX toolset: |
40 | |||
39 | * Start a VS2022 'Developer Command Prompt' | 41 | * Start a VS2022 'Developer Command Prompt' |
40 | * Change directory to the root of the cloned repository | 42 | * Change directory to the root of the cloned repository |
41 | * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) | 43 | * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) |
42 | 44 | ||
43 | ##### Executing your newly built WiX toolset | 45 | ##### Executing your newly built WiX toolset |
44 | * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode) | 46 | |
47 | * `build\wix\Debug\publish\wix\wix --help` (Of course changing Debug to Release if you built in Release mode) | ||
45 | 48 | ||
46 | ##### Pull request expectations | 49 | ##### Pull request expectations |
47 | * Pick an outstanding Wix4 issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation. | 50 | |
51 | * Pick an outstanding WiX4 issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation. | ||
48 | * To create a PR fork a new branch from the develop branch | 52 | * To create a PR fork a new branch from the develop branch |
49 | * Make changes to effect whatever changed behaviour is required for the PR | 53 | * Make changes to effect whatever changed behaviour is required for the PR |
50 | * Push the changes to your repository origin as needed | 54 | * Push the changes to your repository origin as needed |
@@ -52,4 +56,4 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin | |||
52 | * If the develop branch has changed since you created your new branch rebase to the current development branch. | 56 | * If the develop branch has changed since you created your new branch rebase to the current development branch. |
53 | * If needed (ie, you squashed or rebased), do a force push of your branch | 57 | * If needed (ie, you squashed or rebased), do a force push of your branch |
54 | * Create a PR with your branch against the WiX4 repository. | 58 | * Create a PR with your branch against the WiX4 repository. |
55 | \ No newline at end of file | 59 | |