Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Recommend system libmpdec
  • Loading branch information
skirpichev committed Jul 6, 2025
commit 891b63682178c0f47739f45961e9d596bb438619
9 changes: 6 additions & 3 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,12 @@ some of CPython's modules (for example, ``zlib``).
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-dev libzstd-dev

Note that Debian 12 and Ubuntu 24.04 do not have the ``libmpdec-dev`` package. You can safely
remove it from the install list above and the Python build will use a bundled version.
Alternatively, you can install this package from https://deb.sury.org.
Note that Debian 12 and Ubuntu 24.04 do not have the ``libmpdec-dev``
package. You can safely remove it from the install list above and the
Python build will use a bundled version. But we recommend using the system
`libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/>`_ library.
Either built it from sources or install this package from
https://deb.sury.org.

.. tab:: macOS

Expand Down
Loading