8000 Add advice on building all modules on Debian-like (GH-673) · jonasteuwen/devguide@dd6dba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd6dba2

Browse files
authored
Add advice on building all modules on Debian-like (pythonGH-673)
1 parent 4e6c76a commit dd6dba2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,14 @@ Then you should update the packages index::
325325

326326
Now you can install the build dependencies via ``apt``::
327327

328-
$ sudo apt-get build-dep python3.6
328+
$ sudo apt-get build-dep python3
329329

330-
If that package is not available for your system, try reducing the minor
331-
version until you find a package that is available.
330+
If you want to build all optional modules, install the following packages and
331+
their dependencies::
332+
333+
$ sudo apt-get install build-essential gdb lcov libbz2-dev libffi-dev \
334+
libgdbm-dev liblzma-dev libncurses5-dev libreadline6-dev \
335+
libsqlite3-dev libssl-dev lzma lzma-dev tk-dev uuid-dev zlib1g-dev
332336

333337

334338
.. _MacOS:

0 commit comments

Comments
 (0)
0