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