Skip to content

Commit 7b846ea

Browse files
committed
update readme w/ test instructions
svn path=/trunk/matplotlib/; revision=7153
1 parent df7802d commit 7b846ea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

release/win32/README.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ MinGW Requirements
1010
(tested with MinGW-5.1.4.exe)
1111
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780
1212

13+
1314
* Install "MSYS Base System"::
1415

1516
(tested with MSYS-1.0.10.exe)
@@ -21,6 +22,27 @@ MinGW Requirements
2122
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=233332
2223
NOTE: Uncompress and copy the "wget.exe" file to "C:\MingW\bin\"
2324

25+
26+
* Test your installation. After installing the above, open MSYS and
27+
check your install by doing::
28+
29+
> gcc --version
30+
> g++ --version
31+
32+
If you don't have g++, try running the mingw exe installer again,
33+
and you will be prompted for additional compilers to install.
34+
Select c++ and you are off to the races.
35+
36+
Make sure setuptools are installed::
37+
38+
> /c/python26/python
39+
>>> import setuptools
40+
41+
If not, grab the latest ez_setup.py and install it::
42+
43+
> wget http://peak.telecommunity.com/dist/ez_setup.py
44+
> /c/python26/python ez_setup.py
45+
2446
Dir Contents
2547
-------------
2648

0 commit comments

Comments
 (0)