File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,18 @@ First you need to install the :ref:`dependencies`.
92
92
93
93
A C compiler is required. Typically, on Linux, you will need ``gcc ``, which
94
94
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.
96
102
97
103
.. _xcode : https://guide.macports.org/chunked/installing.html#installing.xcode
98
104
105
+ .. _Visual Studio : https://visualstudio.microsoft.com/downloads/
106
+
99
107
The easiest way to get the latest development version to start contributing
100
108
is to go to the git `repository <https://github.com/matplotlib/matplotlib >`_
101
109
and run::
You can’t perform that action at this time.
0 commit comments