Skip to content

Commit d324f79

Browse files
author
Geoffroy Van Cutsem
committed
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>
1 parent cd40980 commit d324f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/getting-started/building-from-source.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ each with their own way to install development tools:
8585
python3-pip \
8686
libblkid-dev \
8787
e2fslibs-dev \
88-
pkg-config
88+
pkg-config \
89+
zlib1g-dev
8990
$ sudo pip3 install kconfiglib
9091
9192
.. note::

0 commit comments

Comments
 (0)