Open Whizboy-Arnold opened 1 month ago
it is also highly desirable i be on native, wsl is not an option currently
alternatively is there a way to configure elixir to install alternative algorithm on windows or ignore the install fail on mix so on a linux environment it goes on with argon as default
About getting this work on Windows, please ask at https://elixirforum.com/ There, it is more likely that you will be able to get useful feedback.
For alternative hashing functions, which do not require you to setup C locally, you could try https://github.com/riverrun/pbkdf2_elixir
It starts with this error:
After setting the MAKE env variable now i get
if i only have it on path and no MAKE i get
i am using: {:argon2_elixir, "~> 3.1"}, i am on windows with visual studio 2022 installed I have tried to use mingw and managed to install as said in the pacman commands as instructed and can do make --version and gcc --version but still cannot install anything