Skip to content

Commit

Permalink
Note a workaround for missing system libmpdec-dev when building (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsw authored Sep 1, 2024
1 parent 1a5919c commit b28b066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ on Linux, macOS and iOS.
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-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.

.. tab:: macOS

Expand Down

0 comments on commit b28b066

Please sign in to comment.