Searched +full:mingw +full:- +full:w64 (Results 1 – 25 of 119) sorted by relevance
12345
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_build-mingw-patch.sh | 8 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 18 tar xf $i --strip-components=1 -C /usr/x86_64-w64-mingw32/ 21 rm -rf ~/tmp 23 mkdir -p /usr/x86_64-w64-mingw32/bin 25 # The output of `wine64 llvm-config --system-libs --cxxflags mcdisassembler` [all …]
|
| D | x86_build-mingw.sh | 3 set -e 4 set -o xtrace 6 apt-get update 7 apt-get install -y --no-remove \ 9 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
|
| D | x86_test-vk.sh | 5 set -e 6 set -o xtrace 15 g++-mingw-w64-i686-posix \ 16 g++-mingw-w64-x86-64-posix \ 17 glslang-tools \ 18 libexpat1-dev \ 20 libgbm-dev \ 21 libgles2-mesa-dev \ 22 liblz4-dev \ 23 libpciaccess-dev \ [all …]
|
| /third_party/ffmpeg/doc/ |
| D | platform.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 13 @chapter Unix-like 21 $(gcc -print-prog-name=as) --version 25 hard-coded path to gas. In the worst case pass @code{--disable-asm} 32 @code{--enable-pic} during FFmpeg configure) and add the following option 36 -Wl,-Bsymbolic 40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}. 50 standard Solaris Make will not work. When building with a non-c99 front-end 51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o} [all …]
|
| /third_party/gptfdisk/ |
| D | README.Windows | 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based 12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may 13 find recovery to be very difficult! Pre-installed Windows 8 and later 15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does 23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and 24 Unix-centric language remains in the documentation. 27 ----------------- 31 text-mode program file as well as the sgdisk program that's available 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit 35 binaries, which include the strings "32" or "64" in their names. The 32-bit [all …]
|
| /third_party/glfw/docs/ |
| D | compile.dox | 14 for a particular development environment. If you are on a Unix-like system such 40 @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 50 example, Cygwin has the `mingw64-i686-gcc` and `mingw64-x86_64-gcc` packages 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. 55 cross-compilation of Windows binaries. To use these files you need to add a 59 cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file> . [all …]
|
| /third_party/libjpeg-turbo/ |
| D | appveyor.yml | 2 - cmd: >- 7 …rs\nasm-2.10.01-win32.zip curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm.us/pub… 9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log 11 …-6.4.0-release-posix-dwarf-rt_v5-rev0.7z curl -fSL -o c:\installers\i686-6.4.0-release-posix-dwarf… 13 md "c:\Program Files (x86)\mingw-w64\i686-6.4.0-posix-dwarf-rt_v5-rev0" 15 …7z x c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w6… 17 …-6.4.0-release-posix-seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-r… 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_… 27 …set PATH=c:\nasm-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\usr\bin;c:\Program Files (x86)\Micr… [all …]
|
| /third_party/libxml2/ |
| D | .gitlab-ci.yml | 3 # for libxslt, that's why we need git and libgcrypt-dev. 7 # RUN apt-get update && \ 8 # apt-get upgrade -y && \ 9 # apt-get install -y --no-install-recommends \ 10 # curl git ca-certificates \ 11 # autoconf automake libtool pkg-config \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ 20 - | 21 ln -s /tests/xmlconf [all …]
|
| /third_party/libcoap/ |
| D | BUILDING | 1 For Windows builds - see the Windows Section 12 * Change to the directory that you want to install the libcoap sub-directory 19 * Change to the directory that you want to install the libcoap sub-directory 21 * Then clone the latest (develop) version of the code:- 24 * Optionally, change the branch from develop to the stable main branch:- 42 General Building with cmake for linux/windows/macos/android (not for RIOT, LwIP or Contiki-NG - see… 45 cmake -E remove_directory build 46 cmake -E make_directory build 48 cmake .. -DENABLE_TESTS=ON 49 cmake --build . [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
| D | presubmit.bat | 7 REM https://www.apache.org/licenses/LICENSE-2.0 27 git submodule update --init 38 -G "%BUILD_GENERATOR%" ^ 39 -A "%BUILD_TARGET_ARCH%" ^ 40 "-DMARL_BUILD_TESTS=1" ^ 41 "-DMARL_BUILD_EXAMPLES=1" ^ 42 "-DMARL_BUILD_BENCHMARKS=1" ^ 43 "-DMARL_WARNINGS_AS_ERRORS=1" ^ 44 "-DMARL_DEBUG_ENABLED=1" 46 cmake --build . --config %CONFIG% [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | mf_utils.h | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28 // 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/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 2 as a widely used and tested shaper is used as more-or-less OpenType reference 11 - Fedora: `dnf install wine`. 13 2. Install `mingw-w64` compiler. 14 - Fedora, 32bit: `dnf install mingw32-gcc-c++` 15 - Fedora, 64bit: `dnf install mingw64-gcc-c++` 16 - Debian: `apt install g++-mingw-w64` 17 - Mac: `brew install mingw-w64` 19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to 24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype` 25 - Fedora, 64bit: `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype` [all …]
|
| D | mingw-configure.sh | 8 target=$1-w64-mingw32 12 --build=`../config.guess` \ 13 --host=$target \ 14 --prefix=$HOME/.local/$target \ 19 CFLAGS="-static-libgcc" \ 20 CXXFLAGS="-static-libgcc -static-libstdc++" \ 21 CPPFLAGS="-I$HOME/.local/$target/include" \ 22 LDFLAGS=-L$HOME/.local/$target/lib \ 23 PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ \ 24 PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ \ [all …]
|
| /third_party/lz4/ |
| D | appveyor.yml | 4 - COMPILER: "gcc" 6 - COMPILER: "gcc" 8 - COMPILER: "visual" 11 - COMPILER: "visual" 14 - COMPILER: "visual" 17 - COMPILER: "visual" 20 - COMPILER: "gcc" 24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION% 25 - MKDIR bin 26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH% [all …]
|
| /third_party/node/deps/openssl/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
| /third_party/curl/ |
| D | BUILD.gn | 1 # Copyright (c) 2020-2023 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "lib/asyn-ares.c", 23 "lib/asyn-thread.c", 27 "lib/c-hyper.c", 28 "lib/cf-h1-proxy.c", 29 "lib/cf-h2-proxy.c", 30 "lib/cf-haproxy.c", 31 "lib/cf-https-connect.c", 32 "lib/cf-socket.c", [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | package_managers.md | 6 --8<-- "integration/example.cpp" 12 --8<-- "../../examples/meta.output" 20 brew install nlohmann-json 26 brew install nlohmann-json --HEAD 29 instead. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. 36 --8<-- "integration/example.cpp" 42 brew install nlohmann-json 45 …3. Determine the include path, which defaults to `/usr/local/Cellar/nlohmann-json/$version/include… 48 brew list nlohmann-json 54 clang++ example.cpp -I/usr/local/Cellar/nlohmann-json/3.7.3/include -std=c++11 -o example [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-w64.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake 13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/) 20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc") 21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++") 22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres") 23 set(CMAKE_C_FLAGS "-Wno-error") 27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 29 # our desire for cross-build release optimization policy for code built to run 33 # sane value for cross-build here. Notice some gcc versions enable broken 34 # optimizations with -O3. [all …]
|
| D | cross-w32.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0 13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/) 19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc") 20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++") 21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres") 25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 27 # our desire for cross-build release optimization policy for code built to run 31 # sane value for cross-build here. Notice some gcc versions enable broken 32 # optimizations with -O3. 35 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") [all …]
|
| D | cross-ming.cmake | 2 # CMake Toolchain file for crosscompiling on MingW. 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-ming.cmake 16 set(CMAKE_C_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-gcc") 17 #set(CMAKE_CXX_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-g++") 18 set(CMAKE_RC_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-windres") 19 set(CMAKE_C_FLAGS "-Wno-error") 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 25 # our desire for cross-build release optimization policy for code built to run 29 # sane value for cross-build here. Notice some gcc versions enable broken 30 # optimizations with -O3. [all …]
|
| /third_party/lz4/lib/ |
| D | README.md | 1 LZ4 - Library Files 70 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern… 73 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`, 74 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`. 76 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow. 83 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate… 86 for example with `-Wno-deprecated-declarations` on `gcc`, 88 This build macro offers another project-specific method 91 - `LZ4_FORCE_SW_BITCOUNT` : by default, the compression algorithm tries to determine lengths 99 - `LZ4_ALIGN_TEST` : alignment test ensures that the memory area [all …]
|
| /third_party/benchmark/ |
| D | appveyor.yml | 6 - Debug 7 - Release 11 - compiler: msvc-15-seh 14 - compiler: msvc-15-seh 17 - compiler: msvc-14-seh 20 - compiler: msvc-14-seh 23 - compiler: gcc-5.3.0-posix 24 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 [all …]
|
12345