Changes between Version 4 and Version 5 of UsersWikiWinCompile


Ignore:
Timestamp:
Apr 15, 2009, 11:49:39 AM (15 years ago)
Author:
nicklas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v4 v5  
    2626     6. Run the EXE install and accept all the defaults
    2727 
    28      7. Download  MSYS Core 1.0.11 fromhttp://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
     28     7. Download  MSYS Core 1.0.11 fromhttp://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2[[BR]]
    2929     untar them and copy all content to c:\msys\1.0 and and click ok to overwrite existing files and folders.
    3030 
    3131   
    32 Download and install the following from gnuwin32.sourceforge.net/packages.html
     32'''Download and install the following from gnuwin32.sourceforge.net/packages.html'''[[BR]]
    3333Change install directory to c:\mingw
    3434 
    35 Bison (kent.dl.sourceforge.net/sourceforge/gnuwin32/bison-2.1.exe)
    36 zlib (kent.dl.sourceforge.net/sourceforge/gnuwin32/zlib-1.2.3.exe)
    37 Flex  (http://kent.dl.sourceforge.net/sourceforge/gnuwin32/flex-2.5.4a-1.exe)
    38 GetText
    39 LibIconv
    40 
    41 update m4 by downloading downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2
    42 untar and copy the m4.exe-file in the end of the path to C:\msys\1.0\bin
     35     8. Bison (kent.dl.sourceforge.net/sourceforge/gnuwin32/bison-2.1.exe)[[BR]]
     36     9. zlib (kent.dl.sourceforge.net/sourceforge/gnuwin32/zlib-1.2.3.exe)[[BR]]
     37     10. Flex  (http://kent.dl.sourceforge.net/sourceforge/gnuwin32/flex-2.5.4a-1.exe)[[BR]]
     38     11. GetText  (http://kent.dl.sourceforge.net/sourceforge/gnuwin32/gettext-0.14.4.exe)[[BR]]
     39     12. LibIconv  (http://kent.dl.sourceforge.net/sourceforge/gnuwin32/libiconv-1.9.2-1.exe)[[BR]]
    4340
    4441
    45 between the lines is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
     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
     44
     45
     46     14. between the lines is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite[[BR]]
    4647--------------------------------------------------------------------
    47 
    48 Environment Settings
    49 
    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.
    51 
    52 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.
     48Environment Settings[[BR]]
     49When 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]]
     50Warning: 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]]
    5351
    5452   1. Right-click on "My Computer" and select "Properties".
     
    5755   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!
    5856   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.
     57   6. press OK -> OK -> OK and you are done.   
     58   -----------------------------------------------------------------------
    6059
    61    
    62    -----------------------------------------------------------------------
    63    
    64 Set the environment variable HOME to C:\msys\1.0\home
     60    15. Set the environment variable HOME to C:\msys\1.0\home
    6561
    66 Now, download the sourcecode of :
    67 autoconf from ftp.gnu.org/gnu/autoconf
    68 automake  from ftp.gnu.org/gnu/automake
    69 libtool   from ftp.gnu.org/gnu/libtool
     62'''Now, download the sourcecode of :'''[[BR]]
     63    16. autoconf from ftp.gnu.org/gnu/autoconf
     64    17. automake  from ftp.gnu.org/gnu/automake
     65    18. libtool   from ftp.gnu.org/gnu/libtool
    7066
    71 The latest releases 2009-04-11 is:
    72 autoconf 2.63 (1.4MB)
    73 automake 1.10.2 (1.2MB)
    74 libtool  2.2.4 (1.8MB)
     67The latest releases 2009-04-11 is:[[BR]]
     68autoconf 2.63 (1.4MB)[[BR]]
     69automake 1.10.2 (1.2MB)[[BR]]
     70libtool  2.2.4 (1.8MB)[[BR]]
    7571
    76 make a filder c:\thesrc and untar the source-files there
     72   19. make a folder c:\thesrc and untar the source-files there
    7773
    7874Launch MSys from Start->Programs->MinGW->msys