Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Updated windows build instruction in V3.2.1 doc#17064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 2 commits intomatplotlib:v3.2.1-docfromMaxvandenBoom:v3.2.1-doc
Jun 16, 2020
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletionsINSTALL.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -275,19 +275,26 @@ compiler, see e.g.
https://packaging.python.org/guides/packaging-binary-extensions/#setting-up-a-build-environment-on-windows
for how to set up a build environment.

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

There are a few possibilities to build Matplotlib on Windows:

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

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

..note::

The current master branch (which will become matplotlib 3.3) includes its own copy of Qhull; and by default downloads and builds
its own copy of FreeType. The only non-python dependency that you would require is Visual Studio 2015 or later.
See https://matplotlib.org/devdocs/users/installing.html#building-on-windows for the instructions on installing from master).

Wheel builds using conda packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp