P-H-C / phc-winner-argon2

The password hash Argon2, winner of PHC
Other
4.77k stars 405 forks source link

Make doesn't work? #239

Open camdenorrb opened 6 years ago

camdenorrb commented 6 years ago

So I ran the make command as shown in the CI and documentation, but it appears to not magically build the desired artifacts. What steps am I missing, are there any dependencies I am missing?

Error: https://pastebin.com/FG9CTWGh

fabianfrz commented 6 years ago

I have just built it on my machine - your problem is that you try to run shell scripts and commands for Linux and BSD on Windows.

sneves commented 6 years ago

Yeah. On Windows, I think make will only work under a Cygwin or MSYS2 environment. MinGW by itself is unlikely to be sufficient.