File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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+ 
2446Dir Contents
2547-------------
2648
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments