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`.
9292
9393A C compiler is required. Typically, on Linux, you will need ``gcc ``, which
9494should 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+
99107The easiest way to get the latest development version to start contributing
100108is to go to the git `repository <https://github.com/matplotlib/matplotlib >`_
101109and run::
You can’t perform that action at this time.
0 commit comments