You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install rust on linux and compile then run the application with cargo run --release. It's tested to work on ubuntu and arch already, and should work on other linux distros as well
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.
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: