Add build requirement doc on fedora/centos

Signed-off-by: bingshen.wbs <bingshen.wbs@alibaba-inc.com>
This commit is contained in:
Bingshen Wang 2018-11-16 16:26:59 +08:00 committed by bingshen.wbs
parent 44b90df286
commit 581a63ce4e

View File

@ -46,6 +46,7 @@ need to satisfy this dependencies in your system:
If you're building with seccomp, you'll need to install it with the following: If you're building with seccomp, you'll need to install it with the following:
* CentOS/Fedora: `yum install libseccomp-devel`
* Debian/Ubuntu: `apt install libseccomp-dev` * Debian/Ubuntu: `apt install libseccomp-dev`
At this point you are ready to build `containerd` yourself! At this point you are ready to build `containerd` yourself!