mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add SQLite dep to hack/PACKAGERS.md and clean up a few other tiny inconsistencies
This commit is contained in:
parent
b038b0cd44
commit
b283900764
1 changed files with 6 additions and 5 deletions
|
@ -36,9 +36,10 @@ To build docker, you will need the following system dependencies
|
||||||
|
|
||||||
* An amd64 machine
|
* An amd64 machine
|
||||||
* A recent version of git and mercurial
|
* A recent version of git and mercurial
|
||||||
* Go version 1.1.2
|
* Go version 1.1.2 or later
|
||||||
|
* SQLite version 3.7.9 or later
|
||||||
* A clean checkout of the source must be added to a valid Go [workspace](http://golang.org/doc/code.html#Workspaces)
|
* 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*. See
|
under the path *src/github.com/dotcloud/docker*.
|
||||||
|
|
||||||
## Go dependencies
|
## Go dependencies
|
||||||
|
|
||||||
|
@ -119,9 +120,9 @@ The test suite will also download a small test container, so you will need inter
|
||||||
To run properly, docker needs the following software to be installed at runtime:
|
To run properly, docker needs the following software to be installed at runtime:
|
||||||
|
|
||||||
* GNU Tar version 1.26 or later
|
* GNU Tar version 1.26 or later
|
||||||
* iproute2 version 3.5 or later (build after 2012-05-21), and specifically the "ip" utility.
|
* iproute2 version 3.5 or later (build after 2012-05-21), and specifically the "ip" utility
|
||||||
* iptables version 1.4 or later
|
* iptables version 1.4 or later
|
||||||
* The lxc utility scripts (http://lxc.sourceforge.net) version 0.8 or later.
|
* The LXC utility scripts (http://lxc.sourceforge.net) version 0.8 or later
|
||||||
* Git version 1.7 or later
|
* Git version 1.7 or later
|
||||||
* XZ Utils 4.9 or later
|
* XZ Utils 4.9 or later
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue