运行命令得到下面的提示:
-bash: make: command not found
这因为你没有在你的操作系统中安装 make 工具。
运行命令:
yum install make
来进行安装即可。