File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,18 @@ First you need to install the :ref:`dependencies`.
111
111
112
112
A C compiler is required. Typically, on Linux, you will need ``gcc ``, which
113
113
should be installed using your distribution's package manager; on macOS, you
114
- will need xcode _; on Windows, you will need Visual Studio 2015 or later.
114
+ will need xcode _; on Windows, you will need `Visual Studio `_ 2015 or later.
115
+
116
+ For those using Visual Studio, make sure "Desktop development with C++" is
117
+ selected, and that the latest MSVC, "C++ CMake tools for Windows," and a
118
+ Windows SDK compatible with your version of Windows are selected and installed.
119
+ They should be selected by default under the "Optional" subheading, but are
120
+ required to build matplotlib from source.
115
121
116
122
.. _xcode : https://guide.macports.org/chunked/installing.html#installing.xcode
117
123
124
+ .. _Visual Studio : https://visualstudio.microsoft.com/downloads/
125
+
118
126
The easiest way to get the latest development version to start contributing
119
127
is to go to the git `repository <https://github.com/matplotlib/matplotlib >`_
120
128
and run::
You can’t perform that action at this time.
0 commit comments