Merge pull request #3649 from gvancuts/zlib1g-dev-debian

doc: add 'zlib1g-dev' to list of dependencies in Debian
This commit is contained in:
deb-intel
2019-09-09 18:11:55 -04:00
committed by GitHub

View File

@@ -85,7 +85,8 @@ each with their own way to install development tools:
python3-pip \
libblkid-dev \
e2fslibs-dev \
pkg-config
pkg-config \
zlib1g-dev
$ sudo pip3 install kconfiglib
.. note::