8000 Merge pull request #17064 from MaxvandenBoom/v3.2.1-doc · QuLogic/matplotlib@567c94b · 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 567c94b

Browse files
authored
Merge pull request matplotlib#17064 from MaxvandenBoom/v3.2.1-doc
DOC: Updated windows build instruction in V3.2.1 doc
2 parents e751f95 + 7192b32 commit 567c94b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

INSTALL.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,19 +275,26 @@ compiler, see e.g.
275275
https://packaging.python.org/guides/packaging-binary-extensions/#setting-up-a-build-environment-on-windows
276276
for how to set up a build environment.
277277

278-
Since there is no canonical Windows package manager, the methods for building
279-
FreeType, zlib, and libpng from source code are documented as a build script
280-
at `matplotlib-winbuild <https://github.com/jbmohler/matplotlib-winbuild>`_.
278+
The Windows OS has no canonical package manager to provide easy inclusion of the dependencies that are
279+
required for the Matplotlib build. However, documentation and scripts that build the FreeType, zlib,
280+
and libpng dependencies from source code and integrate them into the Matplotlib build can be found
281+
at `matplotlib-winbuild <https://github.com/MaxvandenBoom/matplotlib-winbuild>`_.
281282

282283
There are a few possibilities to build Matplotlib on Windows:
283284

284-
* Wheels via `matplotlib-winbuild <https://github.com/jbmohler/matplotlib-winbuild>`_
285+
* Wheels via `matplotlib-winbuild <https://github.com/MaxvandenBoom/matplotlib-winbuild>`_
285286
* Wheels by using conda packages (see below)
286287
* Conda packages (see below)
287288

288289
If you are building your own Matplotlib wheels (or sdists), note that any DLLs
289290
that you copy into the source tree will be packaged too.
290291

292+
.. note::
293+
294+
The current master branch (which will become matplotlib 3.3) includes its own copy of Qhull; and by default downloads and builds
295+
its own copy of FreeType. The only non-python dependency that you would require is Visual Studio 2015 or later.
296+
See https://matplotlib.org/devdocs/users/installing.html#building-on-windows for the instructions on installing from master).
297+
291298
Wheel builds using conda packages
292299
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
293300

0 commit comments

Comments
 (0)
0