Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 709
user2824393 Avatar asked Mar 15 '14 20:03

user2824393


1 Answers

You need Mercurial. Install it with

sudo apt-get install mercurial
like image 173
P̲̳x͓L̳ Avatar answered Sep 28 '22 10:09

P̲̳x͓L̳