Changes between Version 386 and Version 387 of CompileOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v386 v387  
    2727
    2828{{{
    29 pacman -S tar libintl make bison diffutils git dos2unix zip
    30 }}}
    31 
    32 3. Install MinGW-w64 toolchain:
    33 
    34 {{{
    35 pacman -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
    36 }}}
    37 
    38 4. Add to `C:\msys{32|64}\home\user\.bashrc`
     29pacman -S tar libintl make bison flex diffutils git dos2unix zip mingw-w64-x86_64-toolchain mingw-w64-x86_64-cairo mingw-w64-x86_64-fftw mingw-w64-x86_64-lapack mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gcc mingw-w64-x86_64-ccache mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv mingw-w64-x86_64-bzip2 mingw-w64-x86_64-gettext mingw-w64-x86_64-libsystre mingw-w64-x86_64-libtre-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-libpng mingw-w64-x86_64-pcre mingw-w64-x86_64-python3-six
     30}}}
     31
     323. Add to `C:\msys{32|64}\home\user\.bashrc`
    3933
    4034{{{