Skip to content

Commit a77f8e4

Browse files
authored
Update docs on installation requirements
Separate building and testing requirements for Debian
1 parent f481010 commit a77f8e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Doc/installing.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,15 @@ Packages for building::
143143
Debian
144144
------
145145

146+
Packages for building::
147+
148+
# apt-get install build-essential ldap-utils \
149+
libldap2-dev libsasl2-dev
150+
146151
Packages for building and testing::
147152

148-
# apt-get install build-essential python3-dev \
149-
libldap2-dev libsasl2-dev slapd ldap-utils tox \
153+
# apt-get install build-essential ldap-utils \
154+
libldap2-dev libsasl2-dev slapd python3-dev tox \
150155
lcov valgrind
151156

152157
.. note::

0 commit comments

Comments
 (0)