| 8 | |
| 9 | == Building your own setup.exe == |
| 10 | |
| 11 | 1. Download Cygwin installer |
| 12 | |
| 13 | http://www.cygwin.com/setup.exe |
| 14 | |
| 15 | 2. Install Cygwin |
| 16 | |
| 17 | * in the installer, no need to change anything (press <Next> until you must choose a download site) |
| 18 | * in the '''Choose a Download Site''' window, highlight a URL that appears close to your country location, and press <Next> |
| 19 | * in the '''Select Packages''' window, make sure to install the following packages (click on "Skip" until you see a version number beside the package name) |
| 20 | * Devel |
| 21 | * autoconf |
| 22 | * automake |
| 23 | * gcc-mingw-g++ |
| 24 | * libtool |
| 25 | * make |
| 26 | * Mingw |
| 27 | * mingw-zlib |
| 28 | * mingw-bzip2 |
| 29 | * also install all packages that are dependencies of the above ones (the cygwin installer should have automatically selected them for you) |
| 30 | |
| 31 | |
| 32 | |
| 33 | |