Browse code

Update readme with dependencies for building

Closes #915

Michael Crosby authored on 2013/08/15 12:58:40
Showing 1 changed files
... ...
@@ -166,8 +166,12 @@ supported.
166 166
 Installing from source
167 167
 ----------------------
168 168
 
169
-1. Make sure you have a [Go language](http://golang.org/doc/install)
170
-compiler >= 1.1 and [git](http://git-scm.com) installed.
169
+1. Install Dependencies
170
+    * [Go language 1.1.x](http://golang.org/doc/install)
171
+    * [git](http://git-scm.com)
172
+    * [lxc](http://lxc.sourceforge.net)
173
+    * [aufs-tools](http://aufs.sourceforge.net)
174
+
171 175
 2. Checkout the source code
172 176
 
173 177
    ```bash