Skip to content

Commit 9e1df98

Browse files
committed
Update links for wine setup to new location
1 parent f3d29ea commit 9e1df98

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/getting_started/1_setting_up_your_development_environment_vscode.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,9 @@ To transform Visual Studio Code from a simple text editor into a powerful develo
157157

158158
---
159159

160-
## Setup Wine For Effect Compilation
160+
## Setup Wine For Effect Compilation - MacOS/Linux Only
161161
Effect (shader) compilation requires access to DirectX. This means it will not work natively on macOS and Linux systems, but it can be used through [Wine](https://www.winehq.org/).
162162

163-
# [Windows](#tab/windows)
164-
> [!NOTE]
165-
> Windows users do not require an additional setup for effect compilation and can skip this section.
166-
167163
# [macOS](#tab/macos)
168164
MonoGame
169165
MonoGame provides a setup script that can be executed to setup the Wine environment for Effect (shader) compilation. However, this script has the following prerequisites that must first be setup
@@ -184,7 +180,7 @@ brew install --cask wine-stable
184180
> [!CAUTION]
185181
> It is recommended that you use `wine-stable` and not `wine-staging`.
186182
187-
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://raw.githubusercontent.com/MonoGame/MonoGame/master/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
183+
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net6_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
188184

189185
```sh
190186
wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash
@@ -220,7 +216,7 @@ sudo apt install curl p7zip-full wine64
220216
> [!CAUTION]
221217
> If you plan to install Wine using the `winehq-*` package instead, it is recommended that you use the `winehq-stable` package and not `-staging`.
222218
223-
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://raw.githubusercontent.com/MonoGame/MonoGame/master/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
219+
3. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net6_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:
224220
225221
```sh
226222
wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash

0 commit comments

Comments
 (0)