danfragoso / thdwb

🌭 The hotdog web browser and browser engine 🌭
MIT License
1.12k stars 58 forks source link

can't build #37

Open H-A-M-G-E-R opened 2 years ago

H-A-M-G-E-R commented 2 years ago

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

ajzaff commented 2 years ago

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.