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

Skip to content

Build dep updates #3479

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 27, 2014
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