We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6451534 + d51716c commit c504afaCopy full SHA for c504afa
doc/devel/contributing.rst
@@ -106,7 +106,15 @@ Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
106
tests = True
107
108
or set the ``MPLLOCALFREETYPE`` environmental variable to any true
109
-value.
+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.
118
119
120
Installing Matplotlib in developer mode
0 commit comments