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

[RFC] #5360

Open
amole-arup opened this issue Jul 24, 2024 · 1 comment
Open

[RFC] #5360

amole-arup opened this issue Jul 24, 2024 · 1 comment
Labels
RFC Request for comments

Comments

@amole-arup
Copy link

Summary

Guidance in the README on how to set up RustPython on Windows without access to the link.exe utility (ie via gnucc).

Detailed Explanation

I have been trying to try out RustPython, but my problem is that I am trying this at work and I cannot get a Visual Studio licence, so compiling against link.exe is not an option. I have found that I can get rustup installed with the default host triple (x86_64-pc-windows-gnu), but when I try to compile RustPython, it seems to fail back to the wincc version.

An alternative would be to have a compiled version on conda-forge...

Drawbacks, Rationale, and Alternatives

Drawbacks - if it takes a lot of time to explain or if it is not possible

Unresolved Questions

image
image

@amole-arup amole-arup added the RFC Request for comments label Jul 24, 2024
@youknowone
Copy link
Member

You can set --target when running cargo command.

By the way, VS and VS build tools have different license. You only need to install build tools

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

No branches or pull requests

2 participants