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

Skip to content

Commit 9159828

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #14759: DOC: note about having to rebuild after switching to local freetype
1 parent f62cc27 commit 9159828

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
@@ -103,7 +103,15 @@ Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
103103
tests = True
104104

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

108116

109117
Installing Matplotlib in developer mode

0 commit comments

Comments
 (0)