Skip to content

Commit 891b636

Browse files
committed
Recommend system libmpdec
1 parent 857fc7c commit 891b636

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

getting-started/setup-building.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,12 @@ some of CPython's modules (for example, ``zlib``).
781781
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
782782
lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-dev libzstd-dev
783783

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

788791
.. tab:: macOS
789792

0 commit comments

Comments
 (0)