|
From: <jd...@us...> - 2009-04-19 14:25:46
|
Revision: 7053
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7053&view=rev
Author: jdh2358
Date: 2009-04-19 14:25:41 +0000 (Sun, 19 Apr 2009)
Log Message:
-----------
updated osx release notes
Modified Paths:
--------------
trunk/matplotlib/release/osx/README.txt
Modified: trunk/matplotlib/release/osx/README.txt
===================================================================
--- trunk/matplotlib/release/osx/README.txt 2009-04-18 16:02:56 UTC (rev 7052)
+++ trunk/matplotlib/release/osx/README.txt 2009-04-19 14:25:41 UTC (rev 7053)
@@ -55,3 +55,30 @@
make installers
The mpkg and egg binaries will reside in :file:`matplotlib-VERSION/dist`
+
+Crib sheet
+-------------
+
+Build the dependencies::
+
+ cd release/osx/
+ unset PKG_CONFIG_PATH
+ make fetch_deps
+ cd bdist_mpkg-0.4.3
+ sudo python setup.py install
+ cd ..
+ make dependencies
+
+Build the mpl sdist::
+
+ cd ../..
+ python setup.py sdist
+ mv dist/matplotlib-0.98.6svn.tar.gz release/osx/
+
+Set the version number in the Makefile to 0.98.6svn and build the
+installers ::
+
+ cd release/osx
+ make installers
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|