Changes between Version 13 and Version 14 of UsersWikiWinCompile


Ignore:
Timestamp:
Apr 15, 2009, 12:29:37 PM (15 years ago)
Author:
nicklas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v13 v14  
    5252Warning: Adding entries to the PATH is normally benign. However, if you delete, you may mess up your PATH string, and you could seriously compromise the functioning of your computer. Please be careful.[[BR]]
    5353
    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.   
    6060----
    61     15. Set the environment variable HOME to C:\msys\1.0\home
     61    Set the environment variable HOME to C:\msys\1.0\home
    6262
    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
    6767
    6868The latest releases 2009-04-11 is:[[BR]]
     
    7171libtool  2.2.4 (1.8MB)[[BR]]
    7272
    73    19. make a folder c:\thesrc and untar the source-files there
     73make a folder c:\thesrc and untar the source-files there
    7474
    7575'''Launch MSys from Start->Programs->MinGW->msys'''[[BR]]