Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wine setup scripts to site #134

Merged
merged 1 commit into from
May 22, 2024

Conversation

AristurtleDev
Copy link
Contributor

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 form develop into master.

Along with this, the develop branch is now setup for .net8.0. Which means the wine setup script in the develop branch is for .net8.0 instead of .net6.0 which is what the current stable release of MonoGame needs.

@ThomasFOG ThomasFOG merged commit f320eaf into MonoGame:main May 22, 2024
2 checks passed
@AristurtleDev AristurtleDev deleted the feature/add-wine-scripts branch September 27, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants