Changes between Version 302 and Version 303 of CompileOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v302 v303  
    5151=== Install the MSYS2 directory structure ===
    5252
    53 Download 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 
    55 Start MSYS2 terminal and install requirements (both 32bit and 64bit):
     53MSYS2 has several of the required dependencies for compiling GRASS GIS (like `gcc` and others):
     54
     551. Download 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].
     56
     572. Start MSYS2 terminal and install requirements (both 32bit and 64bit):
    5658
    5759{{{
     
    5961}}}
    6062
    61 To install the 32-bit MinGW-w64 toolchain:
     633a. To install the 32-bit MinGW-w64 toolchain:
    6264
    6365{{{
     
    6567}}}
    6668
    67 To install the 64-bit MinGW-w64 toolchain:
     693b. To install the 64-bit MinGW-w64 toolchain:
    6870
    6971{{{