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

Skip to content

Commit 886983d

Browse files
authored
Merge pull request #14758 from rjicathriner/dev_install_docs_fix
Compiling C-ext with incorrect FreeType libs makes future compiles break
2 parents f9606c1 + 669f850 commit 886983d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/devel/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ formed characters, causing these image comparisons to fail. To make
9999
them reproducible, Matplotlib can be built with a special local copy
100100
of FreeType. This is recommended for all Matplotlib developers.
101101

102-
Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
102+
Prior to compiling the C-extensions, copy :file:`setup.cfg.template` to
103+
:file:`setup.cfg` and edit it to contain::
103104

104105
[test]
105106
local_freetype = True

0 commit comments

Comments
 (0)