Changes between Version 380 and Version 381 of CompileOnWindows


Ignore:
Timestamp:
Sep 22, 2021, 2:02:33 PM (3 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v380 v381  
    23231. Download and install MSYS2.
    2424
    25 2. Start MSYS2 terminal and install requirements (both 32bit and 64bit):
     252. Start MSYS2 terminal and install requirements:
    2626
    2727{{{
     
    31313. Install MinGW-w64 toolchain:
    3232
    33  * 32bit:
    34 {{{
    35 pacman -S mingw-w64-i686-toolchain mingw-w64-i686-cairo mingw-w64-i686-xz mingw-w64-i686-lz4
    36 }}}
    37 
    38  * 64-bit:
    3933{{{
    4034pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cairo mingw-w64-x86_64-xz mingw-w64-x86_64-lz4 mingw-w64-x86_64-fftw
     
    4640export LC_ALL=C
    4741}}}
    48 
    4942=== Optional dependecies ===
    5043