Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2b33fa

Browse files
committed
DOC : add caveat about freetype 2.3
1 parent 27e853c commit d2b33fa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

INSTALL

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ standard Python shell or IPython. It is enabled as the default backend
106106
for the official binaries. GTK3 is not supported on Windows.
107107

108108
The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
109-
the `download page <http://matplotlib.org/downloads.html>`_ do not
109+
the `download page <http://matplotlib.org/downloads.html>`_ do not
110110
contain test data or example code.
111111
If you want to try the many demos that come in the matplotlib source
112-
distribution, download the :file:`*.tar.gz` file and look in the
112+
distribution, download the :file:`*.tar.gz` file and look in the
113113
:file:`examples` subdirectory.
114114
To run the test suite, copy the :file:`lib\matplotlib\tests` and
115115
:file:`lib\mpl_toolkits\tests` directories from the source distribution to
@@ -240,8 +240,12 @@ Optional dependencies
240240
selection of image file formats.
241241

242242

243-
:term:`freetype` 1.4 (or later)
244-
library for reading true type font files.
243+
:term:`freetype` 2.4 or later
244+
library for reading true type font files. Matplotlib in known
245+
to work with freetype 2.3, and the required version will be reduced
246+
in 1.4.1. If you need to build from source on a system which only has
247+
freetype 2.3 available, please edit L945 of `setupext.py` to reduce
248+
`min_version` to 2.3.
245249

246250

247251
Required libraries that ship with matplotlib

0 commit comments

Comments
 (0)