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

Asking Windows users to download Visual Studio Community Edition is inappropriate #63

Closed
jamieghassibi opened this issue Nov 2, 2020 · 2 comments · Fixed by #258
Closed

Comments

@jamieghassibi
Copy link

jamieghassibi commented Nov 2, 2020

From https://www.nushell.sh/book/en/installation.html:

For Rust to work properly, you’ll need to have a compatible compiler suite installed on your system. These are the recommended compiler suites:
. . .
. . .
. Windows: Visual Studio Community Edition
For Windows, when you install Visual Studio Community Edition, make sure to install the “C++ build tools” as what we need is link.exe which is provided as part of that optional install. With that, we’re ready to move to the next step.

Keep in mind that Visual Studio Community Edition with just the C++ build tools (unless I'm doing it incorrectly) is a 10.4 GB installation! I'll stick with Vim, thanks.

Since I used scoop.sh to install nu, I already have gcc installed. I'll see if I can just stick with that, but I would recommend that your directions remove such a big ask. It runs very counter to the entire philosophy of nu advertised on the website to ask newcomers to get such a massive dependency.

@sophiajt
Copy link
Contributor

@jamieghassibi - It may just be better to point people to the official Rust instructions rather than coming up with our own as gcc also isn't an option for some users. We'd end up duplicating what they have.

@rashil2000
Copy link
Contributor

For what its worth, downloading the entire Visual Studio IDE isn't necessary. We just need the Build Tools, which is a comparatively smaller install. Correct me if I'm wrong but this is what the official Rust website tells us too.

ayax79 pushed a commit to ayax79/nushell.github.io that referenced this issue Jun 26, 2024
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

Successfully merging a pull request may close this issue.

3 participants