thdwb icon indicating copy to clipboard operation
thdwb copied to clipboard

can't build

Open H-A-M-G-E-R opened this issue 3 years ago • 1 comments

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
    

H-A-M-G-E-R avatar Jun 23 '22 22:06 H-A-M-G-E-R

Windows doesn't have a make installation so the program can't be found. I would try:

  1. Running the same command on WSL (windows subsystem for Linux)
  2. Run the go build commands directly in Cmd which you can copy and paste from the Makefile

I would opt for (2) Go commands are largely interoperable and you won't have to set up another Go installation on WSL.

ajzaff avatar Jun 24 '22 03:06 ajzaff