54 | | 1. Right-click on "My Computer" and select "Properties". |
55 | | 2. Click Advanced -> Environment Variables. |
56 | | 3. In the box entitled "System Variables" scroll down to the line that says "PATH" and double-click the entry. |
57 | | 4. You will be presented with a dialog box with two text boxes, the bottom text box allows you to edit the PATH variable. It is very important that you do not delete the existing values in the PATH string, this will cause all sorts of problems for you! |
58 | | 5. Scroll to the end of the string and at the end add ";<installation-directory>\bin". Here <installation-directory> is the full absolute path name of the installation directory; if you accepted the defaults when installing tar and gzip, then for these, it will (probably) be C:\Program Files\GnuWin32, while for MinGW it will be C:\MinGW\bin, (if you kept to the recommended default installation directory). Don't forget the semicolon; this separates the entries in the PATH. |
59 | | 6. press OK -> OK -> OK and you are done. |
| 54 | 1. Right-click on "My Computer" and select "Properties". |
| 55 | 2. Click Advanced -> Environment Variables. |
| 56 | 3. In the box entitled "System Variables" scroll down to the line that says "PATH" and double-click the entry. |
| 57 | 4. You will be presented with a dialog box with two text boxes, the bottom text box allows you to edit the PATH variable. It is very important that you do not delete the existing values in the PATH string, this will cause all sorts of problems for you! |
| 58 | 5. Scroll to the end of the string and at the end add ";<installation-directory>\bin". Here <installation-directory> is the full absolute path name of the installation directory; if you accepted the defaults when installing tar and gzip, then for these, it will (probably) be C:\Program Files\GnuWin32, while for MinGW it will be C:\MinGW\bin, (if you kept to the recommended default installation directory). Don't forget the semicolon; this separates the entries in the PATH. |
| 59 | 6. press OK -> OK -> OK and you are done. |
63 | | '''Now, download the sourcecode of :'''[[BR]] |
64 | | 16. autoconf from ftp.gnu.org/gnu/autoconf |
65 | | 17. automake from ftp.gnu.org/gnu/automake |
66 | | 18. libtool from ftp.gnu.org/gnu/libtool |
| 63 | '''8. Now, download the sourcecode of :'''[[BR]] |
| 64 | 1. autoconf from ftp.gnu.org/gnu/autoconf |
| 65 | 2. automake from ftp.gnu.org/gnu/automake |
| 66 | 3. libtool from ftp.gnu.org/gnu/libtool |