8000 Merge pull request #14769 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@c504afa · GitHub
[go: up one dir, main page]

Skip to content

Commit c504afa

Browse files
authored
Merge pull request #14769 from meeseeksmachine/auto-backport-of-pr-14759-on-v3.1.x
Backport PR #14759 on branch v3.1.x (DOC: note about having to rebuild after switching to local freetype)
2 parents 6451534 + d51716c commit c504afa

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)
0