-
Notifications
You must be signed in to change notification settings - Fork 2
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
test winebottler to run cmdr in a macOS #1
Comments
@ErikMinekus could you have a quick go at this to see if this option has any future? |
Thanks for testing this. I'm targeting 4.5. This is installable in Vista and upwards. In visual studio 2017 I can easily upgrade to up to 4.6.1. I can try to downgrade to 3.5 (strong dependency on LINQ and WPF). |
about wine mono: this was only upgraded recently for linux. Winebottler uses v0.0.8 of winemono: winemono v0.0.8 was released in 2014: the one we need is winemono v5.0: which was released in april 2020: On top of all this, winetricks may be required: |
tried to compile to .net framework 3.5
|
Apple will make patches to mono |
Just a quick report that cmdr works fine in Crossover 17.5 (the old version that I have installed with Wine 2.8 as the backend). There is some flickering, when using controls, but is long as the pointer is over an active control (e.g. a button, or inside a textfield), all is good, so it's easily worked around. |
Many thanks for the report |
I don't have a mac but would love to test this option. I used wine in linux many moons ago to run ultraedit in linux.
https://winebottler.kronenberg.org/
"WineBottler runs your Windows-based programs directly on your Mac.
This is possible thanks to a Windows-compatible subsystem, which is provided by the great OpenSource tool Wine."
https://forum.winehq.org/viewtopic.php?t=33084
"Check wine 5.7 it now includes WPF with mono."
https://wiki.winehq.org/Winetricks
"Winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine."
other options:
https://github.com/cmdr-editor/cmdr/blob/master/docs/running_on_macos.md
The text was updated successfully, but these errors were encountered: