当前位置: 技术问答>linux和unix
在ubuntu13.04下安装串口调试助手commbug
来源: 互联网 发布时间:2017-05-18
本文导语: 小弟刚学linux编写串口,要下载安装个串口调试助手commbug(图形界面方便。。),所以按照http://code.google.com/p/commbug/这个网站里写的来操作,已把依赖库都装好(用apt-get install命令一条条装的),但用./configure命令就...
小弟刚学linux编写串口,要下载安装个串口调试助手commbug(图形界面方便。。),所以按照http://code.google.com/p/commbug/这个网站里写的来操作,已把依赖库都装好(用apt-get install命令一条条装的),但用./configure命令就出错了,错误提示如下:
shenyang@shenyang-virtual-machine:~/commbug-1.0.3$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking for gmcs... no
configure: error: gmcs Not found
请问如何解决啊?
shenyang@shenyang-virtual-machine:~/commbug-1.0.3$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking for gmcs... no
configure: error: gmcs Not found
请问如何解决啊?
|
sudo add-apt-repository ppa:huangr08/ppa
sudo apt-get update
sudo apt-get install commbug
这是推荐的安装方法,如果有问题,请Email到vowstar(at)gmail.com
sudo apt-get update
sudo apt-get install commbug
这是推荐的安装方法,如果有问题,请Email到vowstar(at)gmail.com
|
configure: error: gmcs Not found
那你就把gmcs安装上。
那你就把gmcs安装上。