개발/linux

[linux] command not found: make 해결하기

2024. 2. 8. 01:19

make 커맨드를 찾을 수 없다

zsh: command not found: make

 

make 커맨드를 찾을 수 없다고 한다.

검색해보니 이러면 된댄다.

sudo apt-get install build-essential

sudo apt-get install build-essential

긴 설치 끝에 잘 동작한다. 굿~


참고자료

1. https://askubuntu.com/questions/161104/how-do-i-install-make

반응형