From c1b3073e4eed484cf796dfac93d41c6610f4f95c Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Fri, 19 Dec 2025 13:44:32 +0000 Subject: [PATCH] Updated Wiki content --- developer-reference/How-to-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer-reference/How-to-build.md b/developer-reference/How-to-build.md index a5ee4d6..aef5ee8 100644 --- a/developer-reference/How-to-build.md +++ b/developer-reference/How-to-build.md @@ -116,13 +116,13 @@ How to building with Visual Studio on Windows 64-bit. > [!TIP] > If you encounter issues, you can try to uninstall ZLIB from your Vcpkg library. -1. If successful, you will find the Visual Studio solution file in: +3. If successful, you will find the Visual Studio solution file in: ```shell build\OrcaSlicer.sln ``` -2. Open the solution in Visual Studio, set the build configuration to `Release` and run the `Local Windows Debugger`. +4. Open the solution in Visual Studio, set the build configuration to `Release` and run the `Local Windows Debugger`. ![compile_vs_local_debugger](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/develop/compile_vs_local_debugger.png?raw=true) -3. Your resulting executable will be located in: +5. Your resulting executable will be located in: ```shell \build\src\Release\orca-slicer.exe ```