Merge pull request #155 from alekstorm/readme-dependencies

List Mercurial and CMake dependencies in README.md
This commit is contained in:
Jack Pearkes 2014-08-06 15:43:12 -04:00
commit eb09c81a7b
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: