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
10
10
(tested with MinGW-5.1.4.exe)
11
11
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780
12
12
13
+
13
14
* Install "MSYS Base System"::
14
15
15
16
(tested with MSYS-1.0.10.exe)
@@ -21,6 +22,27 @@ MinGW Requirements
21
22
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=233332
22
23
NOTE: Uncompress and copy the "wget.exe" file to "C:\MingW\bin\"
23
24
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
+
24
46
Dir Contents
25
47
-------------
26
48
You can’t perform that action at this time.
0 commit comments