I tried make build in the project root directory, and it keeps on complaining about missing dependency after missing dependency. I install each one, of course. In the end, I get this:
Wails v1.16.9 - Building Application
Error: unable to find 'project.json'. Please check you are in a Wails project directory
App build failure
At C:\cygwin64\home\[USERNAME]\go-devel\bulwark\build\windows\build.ps1:14 char:5
+ throw "App build failure"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (App build failure:String) [], RuntimeException
+ FullyQualifiedErrorId : App build failure
How do I build this great project on Windows?
I tried
make build
in the project root directory, and it keeps on complaining about missing dependency after missing dependency. I install each one, of course. In the end, I get this: