Skip to content

Commit c2a9ab6

Browse files
committed
updated osx release notes
svn path=/trunk/matplotlib/; revision=7053
1 parent 5ae3802 commit c2a9ab6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

release/osx/README.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,30 @@ How to build
5555
make installers
5656

5757
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

Comments
 (0)