添加linux2.6内核时遇到
- Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg.
- /bin/sh: hg: command not found
解决:
- wget http://www.selenic.com/mercurial/release/mercurial-1.1.tar.gz
- tar xvzf mercurial-1.1.tar.gz
- cd mercurial-1.1
- make local;make install
end
本文转自yifangyou 51CTO博客,原文链接:http://blog.51cto.com/yifangyou/607071,如需转载请自行联系原作者