diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index cbcc07d5a..4dde7ffda 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -87,8 +87,9 @@ The installer can only be compiled in `Release` mode, step 1 and 2 must be done 1. Compile `PowerToys.sln`. Instructions are listed above. 2. Compile `BugReportTool.sln` tool. Path from root: `tools\BugReportTool\BugReportTool.sln` (details listed below) -3. Compile `PowerToysSetup.sln` Path from root: `installer\PowerToysSetup.sln` (details listed below) -4. Compile `PowerToysBootstrapper.sln` Path from root: `installer\PowerToysBootstrapper\PowerToysBootstrapper.sln` (details listed below) +3. Compile `WebcamReportTool.sln` tool. Path from root: `tools\WebcamReportTool\WebcamReportTool.sln` (details listed below) +4. Compile `PowerToysSetup.sln` Path from root: `installer\PowerToysSetup.sln` (details listed below) +5. Compile `PowerToysBootstrapper.sln` Path from root: `installer\PowerToysBootstrapper\PowerToysBootstrapper.sln` (details listed below) ### Prerequisites for building the MSI installer @@ -98,8 +99,14 @@ The installer can only be compiled in `Release` mode, step 1 and 2 must be done ### Locally compiling the Bug reporting tool 1. Open `tools\BugReportTool\BugReportTool.sln` -1. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` -2. From the `Build` menu, choose `Build Solution`. +2. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` +3. From the `Build` menu, choose `Build Solution`. + +### Locally compiling the Webcam reporting tool + +1. Open `tools\WebcamReportTool\WebcamReportTool.sln` +2. In Visual Studio, in the `Solutions Configuration` drop-down menu select `Release` +3. From the `Build` menu, choose `Build Solution`. ### Locally compiling the .MSI installer