Skip to content

Commit ceec4d8

Browse files
authored
Merge pull request #3649 from gvancuts/zlib1g-dev-debian
doc: add 'zlib1g-dev' to list of dependencies in Debian
2 parents 1b48773 + d324f79 commit ceec4d8

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)