Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build #37

Open
H-A-M-G-E-R opened this issue Jun 23, 2022 · 1 comment
Open

can't build #37

H-A-M-G-E-R opened this issue Jun 23, 2022 · 1 comment

Comments

@H-A-M-G-E-R
Copy link

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
    
@ajzaff
Copy link
Contributor

ajzaff commented Jun 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants