Skip to content

Commit 545c760

Browse files
committed
Added Windows tab ack to wine setup section
Docfx rendering breaks if all tabbed sections do not contain the same tabs apparently
1 parent 9e1df98 commit 545c760

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/getting_started/1_setting_up_your_development_environment_vscode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ To transform Visual Studio Code from a simple text editor into a powerful develo
160160
## 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+
163167
# [macOS](#tab/macos)
164168
MonoGame
165169
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
@@ -224,6 +228,7 @@ wget -qO- https://monogame.net/downloads/net6_mgfxc_wine_setup.sh | bash
224228
225229
This will create new directory called `.winemonogame` in your home directory. If you ever wish to undo the setup this script performed, just simply delete that directory.
226230

231+
227232
---
228233

229234
## Apple Silicon Known Issues

0 commit comments

Comments
 (0)