Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the mgfx_wine_setup.sh scripts to the website. This was done following the suggestion from a conversation with @harry-cpp. Both scripts have been added to the website, one for the current stable MonoGame 3.8.1.303 (
net6_mgfxc_wine_setup.sh
) and one for the current develop builds (net8_mgfxc_wine_setup.sh
).Once merged they will be available at
After merge, documentation will need to be updated to use the new urls for the wget download command
Reason
The reason for doing this is that at the current moment there is no way for Linux or Mac users to actually do the wine setup correctly. The current documentation points them to download the wine setup script from the
master
branch, but that one is not compatible with MonoGame 3.8.1.303. There was the commit MonoGame/MonoGame@158c015 to resolve this, however this was never cherry picked formdevelop
intomaster
.Along with this, the
develop
branch is now setup for .net8.0. Which means the wine setup script in thedevelop
branch is for .net8.0 instead of .net6.0 which is what the current stable release of MonoGame needs.