-
Notifications
You must be signed in to change notification settings - Fork 26
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
does it run on wine? #86
Comments
Kinda. It's not great
If you're interested in more info, look at the backscroll of our discord
channel for discussions about how to run in wine
…On Thu, Jan 12, 2023, 9:38 PM H-A-M-G-E-R ***@***.***> wrote:
—
Reply to this email directly, view it on GitHub
<#86>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJJRSFFCB5LCD72RGSYQXLWSC52LANCNFSM6AAAAAATZ5LASE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
compile for windows using https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM then run it on wine |
running on mono is better |
How is this run with Mono? I can not get it to build with Mono, as it doesn't seem to suport the net6.0 target. |
is it possible that we could compile it directly for linux? |
The app is split (mostly) between GUI and a bunch of supporting libs. All the support stuff should be totally good to go on Linux natively using the Linux c# toolchain The GUI project is winforms though and that's what won't run natively The project does kinda sorta work on wine but I've run into weirdness every time I tried to use it for anything more than a quick test. There's very early work in the Dev branch of diz for ripping out winforms and using something cross platform (avalonia) but, it's very incomplete and there's a bunch of infrastructure that needs to get built out in the core. Mostly it's about exposing for observability stuff to bubble up to the GUI layer (was trying to use Reactive and .. Forgot the other library, something data binding). It's kind of all a mess |
Thank you for the information. |
No description provided.
The text was updated successfully, but these errors were encountered: