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

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

Open
soyDESKTOP68A2MRFT opened this issue Jul 1, 2021 · 3 comments

Comments

@soyDESKTOP68A2MRFT
Copy link

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

@servusdei2018
Copy link

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
Copy link

mlafou commented Aug 31, 2022

can you help i have the same problem on macos

@ajzaff
Copy link
Contributor

ajzaff commented Aug 31, 2022

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

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

4 participants