Merge pull request #2799 from BSWANG/patch-1

Add build requirement doc on fedora/centos
This commit is contained in:
Akihiro Suda 2018-11-17 13:05:22 +09:00 committed by GitHub
commit e1383c3d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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!