Revision: 7148
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7148&view=rev
Author:   cmoad
Date:     2009-05-28 04:02:17 +0000 (Thu, 28 May 2009)

Log Message:
-----------
added win32 release README

Modified Paths:
--------------
    trunk/matplotlib/release/osx/README.txt

Added Paths:
-----------
    trunk/matplotlib/release/win32/README.txt

Modified: trunk/matplotlib/release/osx/README.txt
===================================================================
--- trunk/matplotlib/release/osx/README.txt     2009-05-28 03:48:15 UTC (rev 
7147)
+++ trunk/matplotlib/release/osx/README.txt     2009-05-28 04:02:17 UTC (rev 
7148)
@@ -1,6 +1,6 @@
 Building binary releases of OS X
 
-Included here is everything to build a binay package installer for OS
+Included here is everything to build a binary package installer for OS
 X
 
 Dir Contents

Added: trunk/matplotlib/release/win32/README.txt
===================================================================
--- trunk/matplotlib/release/win32/README.txt                           (rev 0)
+++ trunk/matplotlib/release/win32/README.txt   2009-05-28 04:02:17 UTC (rev 
7148)
@@ -0,0 +1,55 @@
+Building binary releases of WIN32
+
+Included here is everything to build a binary package installer for WIN32 
using MinGW
+
+MinGW Requirements
+-------------
+
+* Install MinGW using the "Automated MinGW Installer"::
+
+       (tested with MinGW-5.1.4.exe)
+       
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780
+
+* Install "MSYS Base System"::
+
+       (tested with MSYS-1.0.10.exe)
+       
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=24963
+
+* Install wget from "mingwPORT"::
+
+       (tested with wget-1.9.1-mingwPORT.tar.bz2)
+       
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=233332
+       NOTE: Uncompress and copy the "wget.exe" file to "C:\MingW\bin\"
+
+Dir Contents
+-------------
+
+* :file:`data` - some config files and patches needed for the build
+
+* :file:`Makefile` - all the build commands
+
+How to build
+--------------
+
+* Edit the variables as needed in :file:`Makefile`
+
+* Open a msys shell from::
+
+       All Programs -> MinGW -> MSYS -> msys
+
+* First fetch all the dependencies::
+
+      make fetch_deps
+      
+* build the dependencies::
+
+      make dependencies
+
+* copy over the latest mpl *.tar.gz tarball to this directory, update
+  the MPLVERSION in the Makefile::
+  
+* build the wininst binary and egg::
+
+    make installers
+
+       The wininst and egg binaries will reside in 
:file:`matplotlib-VERSION/dist`


Property changes on: trunk/matplotlib/release/win32/README.txt
___________________________________________________________________
Added: svn:mime-type
   + text/plain


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to