Note that Mercurial (hg) is a dependency for developing on Packer.

This commit is contained in:
Mark Jaquith 2013-06-30 22:46:22 -04:00
parent c98dd277c1
commit fff8d3a5b3
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ If you wish to work on Packer itself, you'll first need [Go](http://golang.org)
installed (version 1.1+ is _required_). Make sure you have Go properly installed, installed (version 1.1+ is _required_). Make sure you have Go properly installed,
including setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH). including setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH).
Additionally, to build Packer, you will need [Mercurial](http://mercurial.selenic.com/) installed.
Next, clone this repository then just type `make`. In a few moments, Next, clone this repository then just type `make`. In a few moments,
you'll have a working `packer` executable: you'll have a working `packer` executable: