标签:工具 模式 接下来 程序 com not found 虚拟 复制 lin
我用的是VM 虚拟机的CDLinux,
我想手动安装网卡驱动。
网卡驱动也已经复制到linux 系统中了。
接下来应该输入:make
make install
可窗口提示:-bash:make :command not found.
我是不是少安装了什么导致make命令不能用?要不要跟DOS一样要设置路径?
我是选择”系统-终端程序\超级用户saaa模式“进入的窗口
这是因为你没有安装make 编译工具
yum -y install make 安装一下
标签:工具 模式 接下来 程序 com not found 虚拟 复制 lin
原文地址:http://www.cnblogs.com/shizhijie/p/7525400.html