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 installation #50

Closed
dylantf opened this issue Oct 17, 2015 · 4 comments
Closed

Windows installation #50

dylantf opened this issue Oct 17, 2015 · 4 comments

Comments

@dylantf
Copy link

dylantf commented Oct 17, 2015

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.

@dylantf
Copy link
Author

dylantf commented Oct 17, 2015

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.
See: https://msdn.microsoft.com/en-us/library/60k1461a.aspx

Then you can cd into the Visual Studio {version}\VC directory and run vcvarsall amd64, and the compile should work after that.

@dylantf dylantf closed this as completed Oct 17, 2015
@riverrun
Copy link
Owner

Good to hear that you solved the problem, and thanks for letting me know how you solved it.
I'll add that to the documentation.

@egaleme
Copy link

egaleme commented Jun 16, 2017

hi, are there other password hashing library , windows users can use apart from comeonin

@riverrun
Copy link
Owner

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.

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

3 participants