File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,9 @@ the latest *tar.gz* release file from `the PyPI files page
90
90
develop Matplotlib or just need the latest bugfixed version, grab the
91
91
latest git version, and see :ref: `install-from-git `.
92
92
93
- The standard environment variables `CC `, `CXX `, `PKG_CONFIG ` are respected.
94
- This means you can set them if your toolchain is prefixed. This may be used for
95
- cross compiling.
96
- ::
93
+ The standard environment variables :envvar: `CC `, :envvar: `CXX `,
94
+ :envvar: `PKG_CONFIG ` are respected. This means you can set them if your
95
+ toolchain is prefixed. This may be used for cross compiling. ::
97
96
98
97
export CC=x86_64-pc-linux-gnu-gcc
99
98
export CXX=x86_64-pc-linux-gnu-g++
@@ -202,9 +201,9 @@ etc., you can install the following:
202
201
203
202
The following libraries are shipped with Matplotlib:
204
203
205
- - `Agg `: the Anti-Grain Geometry C++ rendering engine;
206
- - `qhull `: to compute Delaunay triangulation;
207
- - `ttconv `: a TrueType font utility.
204
+ - `` Agg ` `: the Anti-Grain Geometry C++ rendering engine;
205
+ - `` qhull ` `: to compute Delaunay triangulation;
206
+ - `` ttconv ` `: a TrueType font utility.
208
207
209
208
.. _build_linux :
210
209
Original file line number Diff line number Diff line change @@ -734,9 +734,9 @@ IPython's ``HTML`` display class::
734
734
Prefixed pkg-config for building
735
735
--------------------------------
736
736
737
- Handling of ` pkg-config ` has been fixed in so far as it is now
738
- possible to set it using the environment variable `PKG_CONFIG `. This
739
- is important if your toolchain is prefixed. This is done in a simpilar
740
- way as setting ` CC ` or `CXX ` before building. An example follows.
737
+ Handling of pkg-config has been fixed in so far as it is now possible to set it
738
+ using the environment variable :envvar: `PKG_CONFIG `. This is important if your
739
+ toolchain is prefixed. This is done in a simpilar way as setting :envvar: ` CC `
740
+ or :envvar: `CXX ` before building. An example follows.
741
741
742
742
export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
You can’t perform that action at this time.
0 commit comments