Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
DOC : removed freetype version caveats
minimum version for freetype is 2.3

closes #3412
  • Loading branch information
tacaswell committed Sep 6, 2014
commit f40bf1482be0c098b14119a4eed86c215237fc49
8 changes: 2 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,8 @@ Optional dependencies
selection of image file formats.


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


Required libraries that ship with matplotlib
Expand Down