Changes between Version 380 and Version 381 of CompileOnWindows
- Timestamp:
- 09/22/21 14:02:33 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v380 v381 23 23 1. Download and install MSYS2. 24 24 25 2. Start MSYS2 terminal and install requirements (both 32bit and 64bit):25 2. Start MSYS2 terminal and install requirements: 26 26 27 27 {{{ … … 31 31 3. Install MinGW-w64 toolchain: 32 32 33 * 32bit:34 {{{35 pacman -S mingw-w64-i686-toolchain mingw-w64-i686-cairo mingw-w64-i686-xz mingw-w64-i686-lz436 }}}37 38 * 64-bit:39 33 {{{ 40 34 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 … … 46 40 export LC_ALL=C 47 41 }}} 48 49 42 === Optional dependecies === 50 43