thdwb icon indicating copy to clipboard operation
thdwb copied to clipboard

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

Open soyDESKTOP68A2MRFT opened this issue 3 years ago • 3 comments

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

soyDESKTOP68A2MRFT avatar Jul 01 '21 16:07 soyDESKTOP68A2MRFT

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

servusdei2018 avatar Aug 03 '21 14:08 servusdei2018

can you help i have the same problem on macos

mlafou avatar Aug 31 '22 11:08 mlafou

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

ajzaff avatar Aug 31 '22 12:08 ajzaff