简体   繁体   English

ubuntu“make”错误:hg:未找到

[英]ubuntu “make” error : hg: not found

I am trying to 'make' a project with ubuntu. 我正在尝试用ubuntu“制作”一个项目。 I get this error : 我收到此错误:

sh: 1: hg: not found
make[3]: *** [/home/user/myproject/build/CMakeFiles/stamp/eigen3-download] Error 127
make[2]: *** [CMakeFiles/eigen3.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [externals] Error 2

What is the problem ? 问题是什么 ?

Thanks 谢谢

You need Mercurial. 你需要Mercurial。 Install it with 安装它

sudo apt-get install mercurial

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM