danfragoso / thdwb

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

make: go: Command not found make: *** [Makefile:32: build_assets] Error 127 #30

Open soyDESKTOP68A2MRFT opened 3 years ago

soyDESKTOP68A2MRFT commented 3 years ago

guys that was the error what wsl and cygwin give me when i try to compile with make

servusdei2018 commented 3 years ago

This isn't an issue with thdwb, but rather, with your build environment, which is improperly configured. You will need to ensure that Go, Make, and git are installed and properly configured in WSL.

If you're running Ubuntu under WSL, you can run the following commands to ensure that those are installed:

sudo apt update
sudo apt upgrade
sudo apt install golang make git
mlafou commented 2 years ago

can you help i have the same problem on macos

ajzaff commented 2 years ago

Simply install the package equivalents for Mac? xcode-select --install Or use can use homebrew if you have it.