欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

You must install #39;hg#39; on your build machine

发布时间:2025/1/21 编程问答 41 豆豆
生活随笔 收集整理的这篇文章主要介绍了 You must install #39;hg#39; on your build machine 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
/****************************************************************************************** You must install 'hg' on your build machine* 说明:* 在buildroot添加package的时候,遇到这个报错,记录一下解决办法。* * 2016-9-24 深圳 南山平山村 曾剑锋****************************************************************************************/一、参考文档:利用buildroot构建rootfshttp://blog.csdn.net/qq_28992301/article/details/52143398 二、报错现象:zengjf@zengjf:~/rootfsArmLinux/buildroot-2016.08$ makeYou must install 'hg' on your build machinehg is usually part of the mercurial package in your distributionmake[1]: *** [core-dependencies] 错误 1make: *** [_all] 错误 2三、解决办法:sudo apt-get install hgsubversion

 

总结

以上是生活随笔为你收集整理的You must install #39;hg#39; on your build machine的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。