Home
last modified time | relevance | path

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

12345678910>>...26

/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/glfw/docs/
Dcompile.dox40 @subsubsection compile_deps_mingw Dependencies for MinGW or MinGW-w64 on Windows
42 Both the MinGW and the MinGW-w64 packages already contain all the necessary
47 @subsubsection compile_deps_mingw_cross Dependencies for MinGW or MinGW-w64 cross-compilation
49 Both Cygwin and many Linux distributions have MinGW or MinGW-w64 packages. For
51 for 32- and 64-bit version of MinGW-w64, while Debian GNU/Linux and derivatives
52 like Ubuntu have the `mingw-w64` package for both.
62 The exact toolchain file to use depends on the prefix used by the MinGW or
63 MinGW-w64 binaries on your system. You can usually see this in the /usr
64 directory. For example, both the Debian/Ubuntu and Cygwin MinGW-w64 packages
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-mingw-patch.sh8 mingw-w64-x86_64-headers-git-10.0.0.r14.ga08c638f8-1-any.pkg.tar.zst
9 mingw-w64-x86_64-vulkan-loader-1.3.211-1-any.pkg.tar.zst
10 mingw-w64-x86_64-libelf-0.8.13-6-any.pkg.tar.zst
11 mingw-w64-x86_64-zlib-1.2.12-1-any.pkg.tar.zst
12 mingw-w64-x86_64-zstd-1.5.2-2-any.pkg.tar.zst
17 wget -q https://mirror.msys2.org/mingw/mingw64/$i
30 # Debian's pkg-config wrapers for mingw are broken, and there's no sign that
Dx86_build-mingw.sh9 g++-mingw-w64-i686 \
10 g++-mingw-w64-x86-64
12 . .gitlab-ci/container/debian/x86_build-mingw-patch.sh
13 . .gitlab-ci/container/debian/x86_build-mingw-source-deps.sh
/third_party/node/deps/openssl/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/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/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/pcre2/pcre2/doc/html/
DNON-AUTOTOOLS-BUILD.txt229 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
234 The MinGW home page (http://www.mingw.org/) says this:
236 MinGW: A collection of freely available and freely distributable Windows
250 On both MinGW and Cygwin, PCRE2 should build correctly using:
265 MinGW has no such restrictions. The MinGW compiler generates a library or
272 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
273 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
274 gcc and MinGW's gcc). So, a user can:
276 . Build native binaries by using MinGW or by getting Cygwin and using
293 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD229 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
234 The MinGW home page (http://www.mingw.org/) says this:
236 MinGW: A collection of freely available and freely distributable Windows
250 On both MinGW and Cygwin, PCRE2 should build correctly using:
265 MinGW has no such restrictions. The MinGW compiler generates a library or
272 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
273 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
274 gcc and MinGW's gcc). So, a user can:
276 . Build native binaries by using MinGW or by getting Cygwin and using
293 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
[all …]
/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/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/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/glib/
DREADME.win32.md17 To build GLib on Win32, you can use either GCC ("MinGW") or the Microsoft
22 cross-compiling mingw packages for your distro.
55 when building with Visual Studio. When using the MinGW-GCC toolchain, the CRT
58 MinGW](https://mingwpy.github.io/ucrt.html) too.
66 the right compiler set up the right way. If you intend to use MinGW-GCC,
95 You can build GLib with MinGW-GCC, MSVC, or (experimentally) with Clang-CL.
108 ## Building with MinGW-GCC
111 MinGW-GCC toolchain installed, and build GLib [like any other Meson
/third_party/protobuf/
Dappveyor.yml6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can
9 - platform: MinGW
37 - if %platform%==MinGW set generator=MinGW Makefiles
/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/ffmpeg/libavcodec/
Dmf_utils.h28 // of including it though, through strmif.h via dshow.h. And on mingw, the
34 // Older versions of mingw-w64 need codecapi.h explicitly included, while newer
73 // These do exist in mingw-w64's codecapi.h, but they aren't properly defined
74 // by the header until after mingw-w64 v7.0.0.
92 // These are missing from mingw-w64's headers until after mingw-w64 v7.0.0.
113 // This enum is missing from mingw-w64's codecapi.h by v7.0.0.
134 // These do exist in mingw-w64's mfobjects.idl, but are missing from
158 // Possibly compiler-dependent; the MS/MinGW definition for this is just crazy.
/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/skia/third_party/externals/expat/expat/
DCMake.README3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
35 Visual Studio Command Prompt or when using mingw, you must open a cmd.exe and
40 for mingw builds do:
41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install
/third_party/rust/crates/libc/ci/
Dinstall-rust.sh42 choco install mingw --x86 --force
52 echo "Fix MinGW"
54 …cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw$ARCH_BITS/$ARCH-w64-mingw32/lib/$i"…
/third_party/node/deps/openssl/openssl/Configurations/platform/
DCygwin.pm9 require platform::mingw;
10 @ISA = qw(platform::mingw);
17 my $lib = platform::mingw->sharedname(@_);
/third_party/openssl/Configurations/platform/
DCygwin.pm9 require platform::mingw;
10 @ISA = qw(platform::mingw);
17 my $lib = platform::mingw->sharedname(@_);
/third_party/lz4/
Dappveyor.yml28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe

12345678910>>...26