-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
[FEATURE] Linux version #192
Comments
You can install rust on linux and compile then run the application with |
I was having problems getting it installed on an ubuntu derived distro. I stumbled across a post on stack overflow about installing the -dev version of the packages to allow you to compile. I just did that for all errors that were displayed during install. I did a cargo clean after each failed install, but I'm not sure that was needed. |
Tauri uses Edge WebView2 on Windows (which Wine barely supports) so I understand your troubles |
I think this is resolved -- https://github.com/louis-e/arnis/releases/download/v2.1.3/arnis is a Linux build. |
The app only has an exe, and I've struggled to get it to work with wine or proton.
The text was updated successfully, but these errors were encountered: