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

Skip to content

Commit 6198af6

Browse files
authored
Merge pull request #14770 from meeseeksmachine/auto-backport-of-pr-14759-on-v3.1.1-doc
Backport PR #14759 on branch v3.1.1-doc (DOC: note about having to rebuild after switching to local freetype)
2 parents fbb74de + 9159828 commit 6198af6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/devel/contributing.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,15 @@ Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
106106
tests = True
107107

108108
or set the ``MPLLOCALFREETYPE`` environmental variable to any true
109-
value.
109+
value. If you have previously built Matplotlib with a different
110+
version of Freetype, you will also need to remove the c/c++ build
111+
products. Do this is to delete the ``build`` folder or ``git clean
112+
-xfd``. If you are going to be regularly working on Matplotlib,
113+
consider putting ::
114+
115+
export MPLLOCALFREETYPE=1
116+
117+
in your shell start up files.
110118

111119

112120
Installing Matplotlib in developer mode

0 commit comments

Comments
 (0)