From f379f667a22fd2916461654297169f70e3b39cf7 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Tue, 3 Dec 2013 11:03:03 -0800 Subject: [PATCH] hack/PACKAGERS.md: libdevmapper --- hack/PACKAGERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/PACKAGERS.md b/hack/PACKAGERS.md index 90f99a799f..1fc569056a 100644 --- a/hack/PACKAGERS.md +++ b/hack/PACKAGERS.md @@ -38,6 +38,7 @@ To build docker, you will need the following system dependencies * A recent version of git and mercurial * Go version 1.2 or later (see notes below regarding using Go 1.1.2 and dynbinary) * SQLite version 3.7.9 or later +* libdevmapper from lvm2 version 1.02.77 or later (http://www.sourceware.org/lvm2/) * A clean checkout of the source must be added to a valid Go [workspace](http://golang.org/doc/code.html#Workspaces) under the path *src/github.com/dotcloud/docker*.