Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 8 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,14 @@ Options for third-party dependencies
C compiler and linker flags for ``libzlib``, used by :mod:`gzip` module,
overriding ``pkg-config``.

.. option:: --disable-curses

Do not build nor install the :mod:`curses` module regardless of whether the
``libncurses`` library is present on the host system (built and installed by
default if ``libncurses`` is present).

.. versionadded:: 3.15


WebAssembly Options
-------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add :option:`--disable-curses` option to :file:`configure` to manually exclude
the :mod:`curses` module from the build.
Loading
Loading