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

Fix some broken refs in the docs.#14802

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
timhoffm merged 1 commit intomatplotlib:masterfromanntzer:brokenrefs
Jul 16, 2019
Merged
Show file tree
Hide file tree
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
13 changes: 6 additions & 7 deletionsINSTALL.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -90,10 +90,9 @@ the latest *tar.gz* release file from `the PyPI files page
develop Matplotlib or just need the latest bugfixed version, grab the
latest git version, and see :ref:`install-from-git`.

The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
This means you can set them if your toolchain is prefixed. This may be used for
cross compiling.
::
The standard environment variables :envvar:`CC`, :envvar:`CXX`,
:envvar:`PKG_CONFIG` are respected. This means you can set them if your
toolchain is prefixed. This may be used for cross compiling. ::

export CC=x86_64-pc-linux-gnu-gcc
export CXX=x86_64-pc-linux-gnu-g++
Expand DownExpand Up@@ -203,9 +202,9 @@ etc., you can install the following:

The following libraries are shipped with Matplotlib:

- `Agg`: the Anti-Grain Geometry C++ rendering engine;
- `qhull`: to compute Delaunay triangulation;
- `ttconv`: a TrueType font utility.
- ``Agg``: the Anti-Grain Geometry C++ rendering engine;
- ``qhull``: to compute Delaunay triangulation;
- ``ttconv``: a TrueType font utility.

.. _build_linux:

Expand Down
8 changes: 4 additions & 4 deletionsdoc/users/prev_whats_new/whats_new_1.5.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -734,9 +734,9 @@ IPython's ``HTML`` display class::
Prefixed pkg-config for building
--------------------------------

Handling of`pkg-config` has been fixed in so far as it is now
possible to set itusing the environment variable `PKG_CONFIG`. This
is important if yourtoolchain is prefixed. This is done in a simpilar
way as setting `CC`or `CXX` before building. An example follows.
Handling of pkg-config has been fixed in so far as it is now possible to set it
using the environment variable:envvar:`PKG_CONFIG`. This is important if your
toolchain is prefixed. This is done in a simpilar way as setting :envvar:`CC`
or:envvar:`CXX` before building. An example follows.

export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config

[8]ページ先頭

©2009-2025 Movatter.jp