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

WOW64 wine #192

Merged
merged 14 commits into from
Feb 14, 2024
Merged

WOW64 wine #192

merged 14 commits into from
Feb 14, 2024

Conversation

pauleve
Copy link
Owner

@pauleve pauleve commented Dec 15, 2023

Use WOW64 wine build from https://github.com/pauleve/docker-wine-wow64 with possible future multiarch support.

This should enable running MTGO on arm64 platforms. (chromebooks, Mac M1, ..) and superseeds #176

Instructions on amd64 platforms:

./run-mtgo --reset panard/mtgo:pr192

Instructions on arm64 platforms:

git clone  -b wow64-multi https://github.com/pauleve/docker-mtgo.git docker-mtgo64
cd docker-mtgo64
git submodule update --init
make -C docker-wine
make TIMESTAMP=local

If successful, you can then try in the docker-mtgo64 folder:

./run-mtgo panard/mtgo:local

Alternatively, to try emulating amd64 imaged, the following setup might work:

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Then try ./run-mtgo --update panard/mtgo:wow64

@pauleve pauleve changed the title WOW64 and multiarch support (arm64) WOW64 wine Feb 14, 2024
@pauleve pauleve merged commit 5de5914 into master Feb 14, 2024
1 check passed
@pauleve pauleve deleted the wow64-multi branch February 14, 2024 21:44
@pauleve pauleve added the merge-and-release Trigger PR merge and release label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-and-release Trigger PR merge and release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant