Skip to content

Commit df1b2ac

Browse files
Add additional command for wine (#133)
* Add additional command for wine We need to add the following command for wine for it to run ``` xattr -dr com.apple.quarantine "/Applications/Wine Stable.app" ``` * Update index.md --------- Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent 2dc81cd commit df1b2ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/getting_started/1_setting_up_your_os_for_development_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MonoGame provides a setup script that can be executed to setup the Wine environm
5252
1. Enter the following command:
5353

5454
```sh
55-
brew install wget p7zip curl && brew install --cask wine-stable
55+
brew install wget p7zip curl && brew install --cask wine-stable && xattr -dr com.apple.quarantine "/Applications/Wine Stable.app"
5656
```
5757

5858
1. Now that the prerequisites are installed, download the [mgfxc_wine_setup.sh](https://monogame.net/downloads/net9_mgfxc_wine_setup.sh) script and execute it by entering the following command in the terminal:

articles/tutorials/building_2d_games/02_getting_started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Open a new *Terminal* window and execute the following commands:
156156
```sh
157157
brew install p7zip
158158
brew install --cask wine-stable
159+
xattr -dr com.apple.quarantine "/Applications/Wine Stable.app"
159160
wget -qO- https://monogame.net/downloads/net8_mgfxc_wine_setup.sh | bash
160161
```
161162

0 commit comments

Comments
 (0)