8000 Backport PR #23000: Additional details on VS install on installation … · matplotlib/matplotlib@e2b92c3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2b92c3

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #23000: Additional details on VS install on installation page
1 parent 4007196 commit e2b92c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/users/installing/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,18 @@ First you need to install the :ref:`dependencies`.
9292

9393
A C compiler is required. Typically, on Linux, you will need ``gcc``, which
9494
should be installed using your distribution's package manager; on macOS, you
95-
will need xcode_; on Windows, you will need Visual Studio 2015 or later.
95+
will need xcode_; on Windows, you will need `Visual Studio`_ 2015 or later.
96+
97+
For those using Visual Studio, make sure "Desktop development with C++" is
98+
selected, and that the latest MSVC, "C++ CMake tools for Windows," and a
99+
Windows SDK compatible with your version of Windows are selected and installed.
100+
They should be selected by default under the "Optional" subheading, but are
101+
required to build matplotlib from source.
96102

97103
.. _xcode: https://guide.macports.org/chunked/installing.html#installing.xcode
98104

105+
.. _Visual Studio: https://visualstudio.microsoft.com/downloads/
106+
99107
The easiest way to get the latest development version to start contributing
100108
is to go to the git `repository <https://github.com/matplotlib/matplotlib>`_
101109
and run::

0 commit comments

Comments
 (0)
0