ubuntu"make"错误:hg:未找到

use*_*393 4 ubuntu makefile

我正在尝试用ubuntu"制作"一个项目.我收到此错误:

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
Run Code Online (Sandbox Code Playgroud)

问题是什么 ?

谢谢

P̲̳*_*͓L̳ 8

你需要Mercurial.安装它

sudo apt-get install mercurial
Run Code Online (Sandbox Code Playgroud)