Build Environment » History » Version 3
Hamish, 2008-06-29 17:25
1 | 1 | Hamish | h1. Build Environment |
---|---|---|---|
2 | |||
3 | It took me longer than I expected to get my windows build environment actually working, so I am documenting the steps required here. |
||
4 | 2 | Hamish | |
5 | # Install MinGW (Use the Automated MinGW installer from http://sourceforge.net/project/showfiles.php?group_id=2435) |
||
6 | ## Add _mingw make_ to the list of components to install |
||
7 | # Add _C:\MinGW\bin_ to the system PATH |
||
8 | # copy _C:\MinGW\bin\mingw32-make.exe_ to _C:\MinGW\bin\make.exe_ |
||
9 | 3 | Hamish | # Install putty |
10 | ## Add putty to the system PATH |