-
Notifications
You must be signed in to change notification settings - Fork 66
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 installation #50
Comments
Ok I found the issue, just for everyone else's benefit - VS2015 no longer includes C++ build tools by default, you have to do a "custom" install when installing VS, and select the tools, or go to "Create New Project" and select "C++" to prompt to install the required dependencies. Then you can cd into the Visual Studio {version}\VC directory and run |
Good to hear that you solved the problem, and thanks for letting me know how you solved it. |
hi, are there other password hashing library , windows users can use apart from comeonin |
I have been thinking for some time of making a separate pbkdf2 library, partly for people who are having trouble with the C code compilation, but also so as to offer more options for the pbkdf2 algorithm. Watch this repo for more details. There will be something usable within a few days. |
Can you provide a guide for how to install this plugin on windows?
I've installed MinGW and VS (as the error message says to do) on Windows 10, and it still cannot find
nmake
. The vcvarsall.bat` command as suggested by the error message cannot be found from the VS developer command prompt.The text was updated successfully, but these errors were encountered: