浏览代码

Merge pull request #1550 from dotcloud/update-dependencies-in-readme

Update readme with dependencies for building
Andy Rothfusz 12 年之前
父节点
当前提交
1843a71911
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -166,8 +166,12 @@ supported.
 Installing from source
 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
 2. Checkout the source code
 
 
    ```bash
    ```bash