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

Windows Release #59

Open
Shhwip opened this issue Jul 6, 2024 · 1 comment
Open

Windows Release #59

Shhwip opened this issue Jul 6, 2024 · 1 comment

Comments

@Shhwip
Copy link
Contributor

Shhwip commented Jul 6, 2024

Rust can target many platforms and as previously mentioned in other issues using git and cargo can be too much for non technical people. We should add a windows executable to the releases page so its easier for the layman to use this code.

@Shhwip
Copy link
Contributor Author

Shhwip commented Jul 6, 2024

I generated a .exe on ubuntu 24 by running the following commands
sudo apt install mingw-w64
rustup target add x86_64-pc-windows-gnu
cargo build --target x86_64-pc-windows-gnu

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

No branches or pull requests

1 participant