Update readme with dependencies for building

Closes #915
This commit is contained in:
Michael Crosby 2013-08-15 03:58:40 +00:00
Родитель 4caa604793
Коммит bca19a22c5
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -166,8 +166,12 @@ supported.
Installing from source
----------------------
1. Make sure you have a [Go language](http://golang.org/doc/install)
compiler >= 1.1 and [git](http://git-scm.com) installed.
1. Install Dependencies
* [Go language 1.1.x](http://golang.org/doc/install)
* [git](http://git-scm.com)
* [lxc](http://lxc.sourceforge.net)
* [aufs-tools](http://aufs.sourceforge.net)
2. Checkout the source code
```bash