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

Skip to content

Commit 669f850

Browse files
author
Richard Ji-Cathriner
committed
Compiling C-ext with incorrect FreeType libs makes future compiles also incorrect
1 parent 487f9f9 commit 669f850

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
@@ -96,7 +96,8 @@ formed characters, causing these image comparisons to fail. To make
9696
them reproducible, Matplotlib can be built with a special local copy
9797
of FreeType. This is recommended for all Matplotlib developers.
9898

99-
Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
99+
Prior to compiling the C-extensions, copy :file:`setup.cfg.template` to
100+
:file:`setup.cfg` and edit it to contain::
100101

101102
[test]
102103
local_freetype = True

0 commit comments

Comments
 (0)