doc: add 'zlib1g-dev' to list of dependencies in Debian

Add 'zlib1g-dev' to the list of build tools and dependencies to be installed
in Debian in order to build the ACRN project.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2019-09-05 12:02:33 +02:00
parent cd40980d5f
commit d324f79aee
1 changed files with 2 additions and 1 deletions

View File

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