简体   繁体   中英

ubuntu “make” error : hg: not found

I am trying to 'make' a project with 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. Install it with

sudo apt-get install mercurial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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