Skip to content

Commit

Permalink
deploy: 639387e
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Dec 2, 2024
1 parent f6b637c commit 196f322
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Guides/Setup/Windows/building-windows-msvc.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h1>Building on Windows<a class="headerlink" href="#building-on-windows" title="
<section id="prerequisites">
<h2>1 Prerequisites<a class="headerlink" href="#prerequisites" title="Link to this heading">#</a></h2>
<p>Before we can start building, we need to install some dependencies. We will be using <a class="reference external" href="https://chocolatey.org/">Chocolatey</a> to install them.</p>
<p>Follow the guide on installing Visual Studio, and the Windows SDK from the <a class="reference internal" href="#./windows-dev-workflow.md"><span class="xref myst">Windows Development Workflow</span></a> guide.</p>
<p>Follow the guide on installing Visual Studio and the Windows SDK from the <a class="reference internal" href="sdk-setup.html"><span class="doc std std-doc">SDK setup</span></a> guide.</p>
<section id="installing-other-dependencies">
<h3>1.1 Installing other dependencies<a class="headerlink" href="#installing-other-dependencies" title="Link to this heading">#</a></h3>
<p>Now install the following dependencies using chocolatey:</p>
Expand Down Expand Up @@ -466,7 +466,7 @@ <h3>2 Building<a class="headerlink" href="#building" title="Link to this heading
</pre></div>
</div>
<p>If no error occured during the build, you can now find the toolchain in <code class="docutils literal notranslate"><span class="pre">C:\GNUstep\x64\{Debug,</span> <span class="pre">Release}</span></code>.
To learn more about the toolchain directory structure and how to use it, see <a class="reference internal" href="#./using-windows-msvc.md"><span class="xref myst">Using the MSVC toolchain</span></a>.</p>
To learn more about the toolchain directory structure and how to use it, see <a class="reference internal" href="using-windows-msvc-msys2.html"><span class="doc std std-doc">Using the MSVC toolchain</span></a>.</p>
</section>
</section>
</section>
Expand Down
3 changes: 2 additions & 1 deletion Guides/Setup/Windows/sdk-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ <h3>1.1 Installing Visual Studio<a class="headerlink" href="#installing-visual-s
</ul>
<p>Keep in mind that you need to select different build tools depending on your target
architecture.</p>
<p>Here is a screenshot of the installer: <img alt="[Workload Selection Screen]" src="Guides/Setup/assets/visualstudio2022-installer.png" /></p>
<p>Here is a screenshot of the installer:</p>
<p><img alt="[Workload Selection Screen]" src="../../../_images/visualstudio2022-installer.png" /></p>
</section>
<section id="installing-llvm">
<h3>1.2 Installing LLVM<a class="headerlink" href="#installing-llvm" title="Link to this heading">#</a></h3>
Expand Down
Binary file added _images/visualstudio2022-installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _sources/Guides/Setup/Windows/building-windows-msvc.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The toolchain is used commercially as well, and can be used to integrate Objecti

Before we can start building, we need to install some dependencies. We will be using [Chocolatey](https://chocolatey.org/) to install them.

Follow the guide on installing Visual Studio, and the Windows SDK from the [Windows Development Workflow](./windows-dev-workflow.md) guide.
Follow the guide on installing Visual Studio and the Windows SDK from the [SDK setup](sdk-setup) guide.

### 1.1 Installing other dependencies

Expand Down Expand Up @@ -59,4 +59,4 @@ build.bat --type Release --no-gui
```

If no error occured during the build, you can now find the toolchain in `C:\GNUstep\x64\{Debug, Release}`.
To learn more about the toolchain directory structure and how to use it, see [Using the MSVC toolchain](./using-windows-msvc.md).
To learn more about the toolchain directory structure and how to use it, see [Using the MSVC toolchain](using-windows-msvc-msys2).
4 changes: 3 additions & 1 deletion _sources/Guides/Setup/Windows/sdk-setup.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ following optional packages:
Keep in mind that you need to select different build tools depending on your target
architecture.

Here is a screenshot of the installer: ![[Workload Selection Screen]](../assets/visualstudio2022-installer.png)
Here is a screenshot of the installer:

![[Workload Selection Screen]](visualstudio2022-installer.png)

### 1.2 Installing LLVM

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 196f322

Please sign in to comment.