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

[FEATURE] Linux version #192

Open
boomtox opened this issue Jan 5, 2025 · 3 comments
Open

[FEATURE] Linux version #192

boomtox opened this issue Jan 5, 2025 · 3 comments
Labels
feature Feature request

Comments

@boomtox
Copy link

boomtox commented Jan 5, 2025

The app only has an exe, and I've struggled to get it to work with wine or proton.

@boomtox boomtox added the feature Feature request label Jan 5, 2025
@h4sh5
Copy link

h4sh5 commented Jan 5, 2025

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

@mattdough
Copy link

mattdough commented Jan 6, 2025

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.

@TheComputerGuy96
Copy link
Contributor

and I've struggled to get it to work with wine or proton.

Tauri uses Edge WebView2 on Windows (which Wine barely supports) so I understand your troubles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

4 participants