thdwb
thdwb copied to clipboard
can't build
make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- make build
-
+ CategoryInfo : ObjectNotFound: (make:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Windows doesn't have a make installation so the program can't be found. I would try:
- Running the same command on WSL (windows subsystem for Linux)
- Run the
go buildcommands directly in Cmd which you can copy and paste from theMakefile
I would opt for (2) Go commands are largely interoperable and you won't have to set up another Go installation on WSL.