List Mercurial and CMake dependencies in README.md

This commit is contained in:
Alek Storm 2014-08-06 12:41:13 -07:00
parent 70b06674c8
commit 8797f35c14
1 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,11 @@ a [GOPATH](http://golang.org/doc/code.html#GOPATH). Make sure Go is compiled
with cgo support. You can verify this by running `go env` and checking that
`CGOENABLED` is set to "1".
Next, install [Git](http://git-scm.com/), which is needed for some dependencies.
Next, install the following software packages, which are needed for some dependencies:
- [Git](http://git-scm.com/)
- [Mercurial](http://mercurial.selenic.com/)
- [CMake](http://www.cmake.org/)
Then, install [Gox](https://github.com/mitchellh/gox), which is used
as a compilation tool on top of Go: