Changes between Version 10 and Version 11 of UsersWikiWinCompile


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

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v10 v11  
    2626     1. Run the EXE install and accept all the defaults
    2727 
    28 4. Download  MSYS Core 1.0.11 from http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2  [[BR]]
    29      untar them and copy all content to c:\msys\1.0 and and click ok to overwrite existing files and folders.
    30  
    31    
    32 4. '''Download and install the following from gnuwin32.sourceforge.net/packages.html'''[[BR]]
     28'''4. MSYS Core 1.0.11'''[[BR]]
     29     1. Download  MSYS Core 1.0.11 from http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2  [[BR]]
     30     2. untar them and copy all content to c:\msys\1.0 and and click ok to overwrite existing files and folders.
     31     
     32'''5. Download and install the following from gnuwin32.sourceforge.net/packages.html'''[[BR]]
    3333Change install directory to c:\mingw
    3434 
    35      8. Bison (kent.dl.sourceforge.net/sourceforge/gnuwin32/bison-2.1.exe)
    36      9. zlib (kent.dl.sourceforge.net/sourceforge/gnuwin32/zlib-1.2.3.exe)
    37      10. Flex (kent.dl.sourceforge.net/sourceforge/gnuwin32/flex-2.5.4a-1.exe)
    38      11. GetText (kent.dl.sourceforge.net/sourceforge/gnuwin32/gettext-0.14.4.exe)
    39      12. LibIconv (kent.dl.sourceforge.net/sourceforge/gnuwin32/libiconv-1.9.2-1.exe)
     35     1. Bison (kent.dl.sourceforge.net/sourceforge/gnuwin32/bison-2.1.exe)
     36     2. zlib (kent.dl.sourceforge.net/sourceforge/gnuwin32/zlib-1.2.3.exe)
     37     3. Flex (kent.dl.sourceforge.net/sourceforge/gnuwin32/flex-2.5.4a-1.exe)
     38     4. GetText (kent.dl.sourceforge.net/sourceforge/gnuwin32/gettext-0.14.4.exe)
     39     5. LibIconv (kent.dl.sourceforge.net/sourceforge/gnuwin32/libiconv-1.9.2-1.exe)
    4040
    4141
    42      13.update m4 by downloading downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2[[BR]]
    43       untar and copy the m4.exe-file in the end of the path to C:\msys\1.0\bin
     42'''6. update m4'''[[BR]]
     43     1. download from: downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2  [[BR]]
     44     2. untar and copy the m4.exe-file in the end of the path to C:\msys\1.0\bin
    4445
    4546
    46      14. between the lines is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite[[BR]]
    47 --------------------------------------------------------------------
    48 Environment Settings[[BR]]
    49 When you install command line tools, such as MinGW, or GnuWin32 tools, you have to tell the command line interpreter where to find them; this is usually accomplished by adding the appropriate directory names to the PATH variable in your environment. Typically, it is your responsibility to do this; please do not expect the installer, (if you used one), to do it for you.[[BR]]
    50 Warning: 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]]
     47'''7. Update environment variable'''[[BR]]
     48 the below is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
     49>Environment Settings[[BR]]
     50>When you install command line tools, such as MinGW, or GnuWin32 tools, you have to tell the command line interpreter where to find them; this is usually accomplished by adding the appropriate directory names to the PATH variable in >your environment. Typically, it is your responsibility to do this; please do not expect the installer, (if you used one), to do it for you.[[BR]]
     51>Warning: 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]]
     52>
     53>   1. Right-click on "My Computer" and select "Properties".
     54>   2. Click Advanced -> Environment Variables.
     55>   3. In the box entitled "System Variables" scroll down to the line that says "PATH" and double-click the entry.
     56>   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!
     57>   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.
     58>   6. press OK -> OK -> OK and you are done.   
    5159
    52    1. Right-click on "My Computer" and select "Properties".
    53    2. Click Advanced -> Environment Variables.
    54    3. In the box entitled "System Variables" scroll down to the line that says "PATH" and double-click the entry.
    55    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!
    56    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.
    57    6. press OK -> OK -> OK and you are done.   
    58    -----------------------------------------------------------------------
    5960
    6061    15. Set the environment variable HOME to C:\msys\1.0\home