我正在尝试安装"Somagic EasyCAP DC60“设备驱动程序。我在终端的解压文件夹中,但是make不能工作。上面写着:
me@me-PC:~/Desktop/somagic-easycap_1.1$ make
cc -s -W -Wall somagic-init.c -o somagic-init -lusb-1.0 -lgcrypt
make: cc: Command not found
make: *** [somagic-init] Error 127我试过sudo make,但它是一样的。指南说,所有的依赖项和包都安装好了。
这是指南:http://code.google.com/p/easycap-somagic-linux/wiki/GettingStarted#somagic-capture_Debian_套餐
发布于 2013-12-10 14:07:44
打开终端并键入
sudo apt-get install build-essential 然后再试一次。
我相信这会对你有帮助的。
https://askubuntu.com/questions/388748
复制相似问题