-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
updating readme for Windows 10 support fixes #679 #766
Conversation
@TooTallNate can you or another maintainer take a look at this. I didn't see this requiring any code updates. Just taking the steps necessary to get the environment correct. Most notably I think having the latest version of NPM makes the biggest difference! |
pings @TooTallNate |
* Install Visual Studio Community 2015 Edition. (Custom Install, Select Visual C++ during the installation) | ||
* Set the environment variable GYP_MSVS_VERSION=2015 | ||
* Run the command prompt as Administrator | ||
* $ npm install (--msvs_version=2015) <-- Shouldn't be needed if you have set GYP_MSVS_VERSION env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe write this as:
`npm install --msvs_version=2015` (`--msvs_version` is not needed if GYP_MSVS_VERSION is set)
It renders more nicely on GH that way.
LGTM with a suggestion. Can you squash the commits and write up a nice commit log? Please capitalize and punctuate sentences. Thanks. |
@bnoordhuis you know how i can squash the commits after doing a PR? I've not done that before |
@Jayflux Do If you google around, some people will tell you to |
Oh, and please post a comment when you're done. GH doesn't send notifications when you add or modify commits. |
hmm @bnoordhuis not sure that did it, was i supposed to do something in the rebase console? I just closed |
Yes, you should be doing that from the command line. |
@bnoordhuis yep rebase opened up vim I think |
@TooTallNate I think the changes have been reflected in this PR for some reason |
PR-URL: #766 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Thanks Jason, landed in a8d441a. |
Updating the documentation for users on Windows 10
Fixes #679