If compiler and python not installed:
apt-get install build-essential python-dev
tar xvf mercurial-1.0.2.tar.gz
cd mercurial-1.0.2
make installTo verify,hg debuginstallHopefully, you'll seeChecking encoding (UTF-8)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
No username found, using 'root@hubuntus' instead
(specify a username in your .hgrc file)
No problems detected
And that's it.
Ref: http://www.selenic.com/mercurial/wiki/index.cgi/UnixInstall
No comments:
Post a Comment