My initial problem: I have an elixir project I’m building primarily on linux, but I want it to work on Windows, too, and I’m using bcrypt, which needs nmake to compile on Windows.
One must install Visual Studio (VS), but that’s not enough.
Read more…