From 8797f35c14103a213faa429c1252175185284202 Mon Sep 17 00:00:00 2001 From: Alek Storm Date: Wed, 6 Aug 2014 12:41:13 -0700 Subject: [PATCH] List Mercurial and CMake dependencies in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57f7b3f7b..9c6a8d073 100644 --- a/README.md +++ b/README.md @@ -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: