Home
last modified time | relevance | path

Searched full:mingw (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/third_party/rust/rust/src/ci/scripts/
Dinstall-mingw.sh2 # If we need to download a custom MinGW, do so here and set the path
5 # Otherwise install MinGW through `pacman`
29 # mingw, since that's the host architecture.
35 echo "src/ci/scripts/install-mingw.sh can't detect the builder's architecture"
42 pacman -S --noconfirm --needed mingw-w64-$arch-toolchain mingw-w64-$arch-cmake \
43 mingw-w64-$arch-gcc \
44 mingw-w64-$arch-python # the python package is actually for python3
45 ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
47 mingw_dir="mingw${bits}"
49 curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi98 @section Native Windows compilation using MinGW or MinGW-w64
100 FFmpeg can be built to run natively on Windows using the MinGW-w64
101 toolchain. Install the latest versions of MSYS2 and MinGW-w64 from
102 @url{http://msys2.github.io/} and/or @url{http://mingw-w64.sourceforge.net/}.
111 MinGW-w64 environment through @file{mingw64_shell.bat} or
121 @item In order to compile FFplay, you must have the MinGW development library
132 The MSYS2 MinGW-w64 environment provides ready to use toolchains and dependencies
136 the correct MinGW-w64 environment. The default install provides shortcuts to
137 them under @command{MinGW-w64 Win64 Shell} and @command{MinGW-w64 Win32 Shell}.
143 # mingw-w64 packages and toolchains
[all …]
/third_party/libjpeg-turbo/
Dappveyor.yml11 …5-rev0.7z "https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal B…
13 md "c:\Program Files (x86)\mingw-w64\i686-6.4.0-posix-dwarf-rt_v5-rev0"
15 …rs\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w64\i686-6.4.0-pos…
17 …5-rev0.7z "https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/Personal B…
19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0"
21 …7z x c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_…
61 name: SDK for MinGW
/third_party/libxml2/
D.gitlab-ci.yml111 .cmake:mingw:
153 cmake:mingw:w64-i686:shared:
154 extends: .cmake:mingw
159 MINGW_PACKAGE_PREFIX: mingw-w64-i686
163 cmake:mingw:w64-i686:static:
164 extends: .cmake:mingw
169 MINGW_PACKAGE_PREFIX: mingw-w64-i686
173 cmake:mingw:w64-x86_64:shared:
174 extends: .cmake:mingw
177 MINGW_PACKAGE_PREFIX: mingw-w64-x86_64
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml74 build-mingw:
76 name: build-mingw-${{ matrix.config.arch }}
88 sudo apt install mingw-w64 ninja-build -y
104 name: mingw-${{ matrix.config.arch }}
108 test-mingw:
110 name: test-mingw-${{ matrix.config.arch }}
111 needs: build-mingw
122 name: mingw-${{ matrix.config.arch }}
/third_party/openssl/
DNOTES-WINDOWS.md7 - [Native builds using MinGW](#native-builds-using-mingw)
20 MinGW cross compiler
155 Native builds using MinGW
158 MinGW offers an alternative way to build native OpenSSL, by cross compilation.
175 - MinGW[64] compiler: `mingw-w64-i686-gcc` and/or `mingw-w64-x86_64-gcc`.
182 ./Configure mingw ...
196 * It is also possible to build mingw[64] on Linux or Cygwin.
201 ./Configure mingw --cross-compile-prefix=i686-w64-mingw32- ...
208 mingw[64] cross compilation.
/third_party/rust/rust/src/bootstrap/mk/
DMakefile.in69 ## MingW native builders
72 ci-mingw-x:
74 ci-mingw-bootstrap:
76 ci-mingw: ci-mingw-x ci-mingw-bootstrap
/third_party/ncurses/package/debian-mingw/
Dcontrol7 gcc-mingw-w64-i686,
8 g++-mingw-w64-i686,
9 binutils-mingw-w64-i686
19 This package is used for testing ABI 6 with the MinGW 32-bit port.
/third_party/ncurses/package/debian-mingw64/
Dcontrol7 gcc-mingw-w64-x86-64,
8 g++-mingw-w64-x86-64,
9 binutils-mingw-w64-x86-64
19 This package is used for testing ABI 6 with the MinGW 64-bit port.
/third_party/ncurses/
DREADME.MinGW29 -- $Id: README.MinGW,v 1.14 2020/09/06 22:22:44 tom Exp $
45 You may also use a hosted MinGW cross-compile toolchain, e.g., on Ubuntu or
50 the mingw-w64-x86_64-headers package as it appears to have support for the
52 are a bit behind with respect to the required MinGW header versions and you may
55 authoritative build environment for the MinGW version of ncurses.
57 Using MinGW is a pragmatic decision, it is the easiest way to port this
86 In the current MSYS2/minGW setup, building MinGW shared libraries with
102 your MinGW build):
/third_party/backends/
DREADME.windows7 or Mingw compilers and a suitable POSIX compatible environment.
13 MinGW gcc compiler at http://www.mingw.org/wiki/MSYS
56 or mingw using the libusb-win32 port:
62 supported by Cygwin or MinGW.
/third_party/gptfdisk/
DREADME.Windows104 - MinGW (https://www.mingw-w64.org/), using either a Linux-hosted
105 cross-compiler or under Windows using the original MinGW or MSYS2
128 The following instructions focus on use of MinGW to compile GPT fdisk for
131 My primary development environment is Ubuntu Linux, using the MinGW
133 no need for additional libraries; after installing MinGW (via the
134 g++-mingw-w64 package in Ubuntu, or the equivalent in another distribution),
143 package (https://www.msys2.org). This package provides MinGW and a package
146 cgdisk, type "pacman -S mingw-w64-x86_64-popt mingw-w64-x86_64-gettext
147 mingw-w64-x86_64-ncurses" if you want to compile 64-bit binaries; change
185 ncurses version installed in Windows is too new to work with the MinGW
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat56 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-7.3.0-2-any.pkg.tar.xz
57 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-libs-7.3.0-2-any.pkg.tar.xz
60 c:\tools\msys64\usr\bin\bash --login -c "pacman -Sy --noconfirm mingw-w64-x86_64-crt-git patch"
61 …c:\tools\msys64\usr\bin\bash --login -c "pacman -U --noconfirm mingw-w64-x86_64-gcc*-7.3.0-2-any.p…
/third_party/glfw/
D.appveyor.yml12 - GENERATOR: MinGW Makefiles
15 - GENERATOR: MinGW Makefiles
30 - GENERATOR: MinGW Makefiles
32 - set PATH=%PATH:C:\Program Files\Git\usr\bin=C:\MinGW\bin%
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md13 2. Install `mingw-w64` compiler.
16 - Debian: `apt install g++-mingw-w64`
17 - Mac: `brew install mingw-w64`
29 - 32bit: `../mingw-configure.sh i686`
30 - 64bit: `../mingw-configure.sh x86_64`
/third_party/protobuf/
Dappveyor.yml6 # Only test few combinations: "Visual Studio 2017 (15) + Win64/MinGW + Debug + DLL". We can
9 - platform: MinGW
37 - if %platform%==MinGW set generator=MinGW Makefiles
/third_party/rust/rust/src/ci/docker/host-x86_64/mingw-check-tidy/
DDockerfile22 mingw-w64 \
28 COPY host-x86_64/mingw-check/reuse-requirements.txt /tmp/
31 COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
32 COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
/third_party/pcre2/pcre2/doc/html/
DNON-AUTOTOOLS-BUILD.txt236 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
241 The MinGW home page (http://www.mingw.org/) says this:
243 MinGW: A collection of freely available and freely distributable Windows
257 On both MinGW and Cygwin, PCRE2 should build correctly using:
272 MinGW has no such restrictions. The MinGW compiler generates a library or
279 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
280 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
281 gcc and MinGW's gcc). So, a user can:
283 . Build native binaries by using MinGW or by getting Cygwin and using
300 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD236 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
241 The MinGW home page (http://www.mingw.org/) says this:
243 MinGW: A collection of freely available and freely distributable Windows
257 On both MinGW and Cygwin, PCRE2 should build correctly using:
272 MinGW has no such restrictions. The MinGW compiler generates a library or
279 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
280 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
281 gcc and MinGW's gcc). So, a user can:
283 . Build native binaries by using MinGW or by getting Cygwin and using
300 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/third_party/libcoap/
DBUILDING169 MinGW
172 As there are many ways to install MinGW, depending on the different
186 pacman -S mingw-w64-ucrt-x86_64-cmake
187 pacman -S mingw-w64-ucrt-x86_64-gcc
188 pacman -S mingw-w64-ucrt-x86_64-openssl
194 pacman -S mingw-w64-x86_64-cmake
195 pacman -S mingw-w64-x86_64-gcc
196 pacman -S mingw-w64-x86_64-openssl
/third_party/benchmark/
Dappveyor.yml24 generator: "MinGW Makefiles"
25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
32 # git bash conflicts with MinGW makefiles
33 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
/third_party/glfw/src/
DCMakeLists.txt264 # HACK: When building on MinGW, WINVER and UNICODE need to be defined before
267 # NOTE: MinGW-w64 and Visual C++ do /not/ need this hack.
268 if (MINGW)
272 # Workaround for legacy MinGW not providing XInput and DirectInput
273 if (MINGW)
278 target_include_directories(glfw PRIVATE "${GLFW_SOURCE_DIR}/deps/mingw")
294 if (MINGW)
296 # NOTE: MinGW-w64 has the correct default but MinGW needs this
313 if (MINGW)
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml44 # cross-compile from Linux to Windows using mingw
71 - name: Set MinGW as the default toolchain
75 - name: Install MinGW toolchain and wine
79 sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
196 # cross-compile from Linux to Windows using mingw
216 - name: Set MinGW as the default toolchain
220 - name: Install MinGW toolchain and wine
224 sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
249 name: cg_clif-${{ runner.os }}-cross-x86_64-mingw
/third_party/zlib/
Dhuawei_zlib_CMakeList.patch9 -if(MINGW)
10 +#if(MINGW)
11 # This gets us DLL resource information when compiling on MinGW.
24 -endif(MINGW)
37 +#endif(MINGW)
/third_party/ncurses/package/
Dmingw-ncurses.nsi1 ; $Id: mingw-ncurses.nsi,v 1.645 2024/04/27 13:56:53 tom Exp $
27 InstallDir "c:\mingw"
36 VIAddVersionKey FileDescription "NCurses Installer (MinGW)"
39 VIAddVersionKey Comments "This installer was built with NSIS and cross-compiling to MinGW."
83 File /oname=README-mingw.txt "..\README.mingw"

12345678910>>...33