Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83f3e4d

Browse filesBrowse files
tacaswellImportanceOfBeingErnest
authored andcommitted
DOC: note about having to rebuild after switching to local freetype (#14759)
1 parent c94bc81 commit 83f3e4d
Copy full SHA for 83f3e4d

File tree

Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed

‎doc/devel/contributing.rst

Copy file name to clipboardExpand all lines: doc/devel/contributing.rst
+9-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.