Merge daa4f17a46
into e22a3c9aea
This commit is contained in:
commit
245afddf4b
1 changed files with 11 additions and 1 deletions
12
tutorial.md
12
tutorial.md
|
@ -103,7 +103,17 @@ go version go1.7.4 linux/amd64
|
||||||
#### Build crio from source
|
#### Build crio from source
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install -y libglib2.0-dev libseccomp-dev libapparmor-dev
|
sudo apt install -y \
|
||||||
|
btrfs-tools \
|
||||||
|
libassuan-dev \
|
||||||
|
libdevmapper-dev \
|
||||||
|
libglib2.0-dev \
|
||||||
|
libc6-dev \
|
||||||
|
libgpgme11-dev \
|
||||||
|
libgpg-error-dev \
|
||||||
|
libseccomp-dev \
|
||||||
|
libselinux1-dev \
|
||||||
|
pkg-config \
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue