|
@@ -0,0 +1,19 @@
|
|
|
+# contrib/
|
|
|
+
|
|
|
+This folder contains contributions that may be useful to users of this library, but
|
|
|
+have a too specialized audience to become part of the main tree.
|
|
|
+
|
|
|
+In particular, things in here will have a higher rate of bit-rot, since
|
|
|
+contributors are not required to and may be unable to check whether their
|
|
|
+changes break any of them.
|
|
|
+
|
|
|
+## Windows support
|
|
|
+
|
|
|
+### Configuring and Building Samples
|
|
|
+
|
|
|
+```cmd
|
|
|
+> cd Win
|
|
|
+> Win\build_win.cmd
|
|
|
+```
|
|
|
+
|
|
|
+The `build_win.cmd` will set up temporal ENV variables and build binaries in (matplotlib root)/examples with the Release configuration.
|