在我的电脑包上工作正常。
我正在尝试将程序发送到启动板 它正常发布,但没有编译,我收到邮件错误:
* Source: not available
在构建日志中显示错误:
...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for qwe_indicator... no
configure: error: Package requirements (gtk+-3.0 glib-2.0 libcurl appindicator3-0.1) were not met:
No package 'gtk+-3.0' found
No package 'libcurl' found
No package 'appindicator3-0.1' found
...
我知道缺少包裹。我该如何解决?