README
author Pascal Quantin <pascal.quantin@gmail.com>
Sun, 25 Jan 2009 21:08:36 +0100
changeset 8057 2a4cb1d509ec
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
Bundle python dll in win32 installer if present in case hg.exe is generated with the py2exe '-b 2' option instead of '-b 1', python2?.dll is not included in library.zip file and must also be packaged. The file will be integrated in the installer only if it is present in the dist directory. Generating hg.exe with the '-b 2' option is mandatory to avoid a crash when pyreadline is installed.

Basic install:

 $ make            # see install targets
 $ make install    # do a system-wide install
 $ hg debuginstall # sanity-check setup
 $ hg              # see help

See http://www.selenic.com/mercurial/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.