From bca19a22c50d3ff085c8d7accf35d35e6dde4d6a Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 15 Aug 2013 03:58:40 +0000 Subject: [PATCH] Update readme with dependencies for building Closes #915 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2709158f..89767a9cce 100644 --- a/README.md +++ b/README.md @@ -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