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.
1 parent 5ae3802 commit c2a9ab6Copy full SHA for c2a9ab6
release/osx/README.txt
@@ -55,3 +55,30 @@ How to build
55
make installers
56
57
The mpkg and egg binaries will reside in :file:`matplotlib-VERSION/dist`
58
+
59
+Crib sheet
60
+-------------
61
62
+Build the dependencies::
63
64
+ cd release/osx/
65
+ unset PKG_CONFIG_PATH
66
+ make fetch_deps
67
+ cd bdist_mpkg-0.4.3
68
+ sudo python setup.py install
69
+ cd ..
70
+ make dependencies
71
72
+Build the mpl sdist::
73
74
+ cd ../..
75
+ python setup.py sdist
76
+ mv dist/matplotlib-0.98.6svn.tar.gz release/osx/
77
78
+Set the version number in the Makefile to 0.98.6svn and build the
79
+installers ::
80
81
+ cd release/osx
82
+ make installers
83
84
0 commit comments