Changes between Version 301 and Version 302 of CompileOnWindows


Ignore:
Timestamp:
Dec 14, 2015, 6:14:08 AM (8 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v301 v302  
    5151=== Install the MSYS2 directory structure ===
    5252
    53 
    54 
     53Download and install [https://msys2.github.io/ MSYS2] - http://repo.msys2.org/distrib/i686/msys2-i686-20150916.exe (32bit) or http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20150916.exe (64bit).
     54
     55Start MSYS2 terminal and install requirements (both 32bit and 64bit):
     56
     57{{{
     58pacman -S tar libintl make bison diffutils subversion dos2unix
     59}}}
     60
     61To install the 32-bit MinGW-w64 toolchain:
     62
     63{{{
     64pacman -S mingw-w64-i686-toolchain mingw-w64-i686-cairo mingw-w64-i686-python2-numpy mingw-w64-i686-sqlite3
     65}}}
     66
     67To install the 64-bit MinGW-w64 toolchain:
     68
     69{{{
     70pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cairo mingw-w64-x86_64-python2-numpy mingw-w64-x86_64-sqlite3
     71}}}
    5572== Compiling and Installing GRASS (6.4.x) ==
    5673