Searched +full:mingw +full:- +full:builds (Results 1 – 25 of 183) sorted by relevance
12345678
| /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 28 Native builds using Visual C++ 31 The native builds using Visual C++ have a `VC-*` prefix. [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/skia/third_party/externals/expat/expat/ |
| D | CMake.README | 3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual 6 Assuming ~/expat-2.4.1 is the source directory of expat, add a subdirectory 8 ~/expat-2.4.1$ mkdir build && cd build 9 ~/expat-2.4.1/build$ 13 ~/expat-2.4.1/build$ cmake .. 14 -- The C compiler identification is GNU 15 -- The CXX compiler identification is GNU 17 -- Configuring done 18 -- Generating done 19 -- Build files have been written to: /home/patrick/expat-2.4.1/build [all …]
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | INSTALL | 11 C library with very few platform-dependent optimizations utilized at 12 build time. Any C99-compliant compiler should be able to compile 17 FreeType auto-configuration scripts should be able to detect the 24 run-time; look at the documentation of function `FT_Property_Set`. 30 1. Unix and Unix-like systems 32 This also includes MacOS, Cygwin, MinGW + MSYS, Mingw-w64 + MSYS2, 45 On some non-Unix platforms, it is possible to build the library 48 Windows, OS/2, and BeOS, including MinGW* (without MSYS*), Visual 58 or the builds/ sub-folder. 62 MSBuild :: see `builds/windows/vc2010/freetype.vcxproj` [all …]
|
| D | INSTALL.GNU | 2 on non-Unix systems with the help of GNU Make. Note that if you are 3 running Cygwin or MinGW/MSYS in Windows, you should follow the 12 ------------------- 26 pass option `--norc-substitution'. 31 make -v 39 ---------------- 48 FreeType build system -- automatic system detection 54 configuration directory .\builds\windows 55 configuration rules .\builds\windows\w32-gcc.mk 73 ------------------------------------------------------ [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 61 | IA-64 | Linux | GCC | 75 | PowerPC 32-bit | AIX | IBM XL C | 76 | PowerPC 64-bit | AIX | IBM XL C | 81 | PowerPC 64-bit | FreeBSD | GCC | 82 | PowerPC 64-bit | Linux ELFv1 | GCC | 83 | PowerPC 64-bit | Linux ELFv2 | GCC | 84 | RISC-V 32-bit | Linux | GCC | [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL-CMAKE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 16 CMake builds can be configured either from the command line, or from one of 23 - Builds libcurl without large file support 24 - Does not support all SSL libraries (only OpenSSL, Schannel, Secure 26 - Does not allow different resolver backends (no c-ares build support) 27 - No RTMP support built 28 - Does not allow build curl and libcurl debug enabled 29 - Does not allow a custom CA bundle path [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | container_pre_build.sh | 3 if test -f /etc/debian_version; then 9 # Common setup among container builds before we get to building code. 21 # lld because we're on old debian and it's buggy. ming fails meson builds 23 find /usr/bin -name \*-ld -o -name ld | \ 24 grep -v mingw | \ 25 xargs -n 1 -I '{}' ln -sf '{}.gold' '{}' 27 ccache --show-stats 29 # Make a wrapper script for ninja to always include the -j flags 30 echo '#!/bin/sh -x' > /usr/local/bin/ninja 31 echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja [all …]
|
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
| /third_party/pcre2/pcre2/ |
| D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 11 Comments about Win32 builds 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. [all …]
|
| /third_party/pcre2/pcre2/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 11 Comments about Win32 builds 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. [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/mesa3d/.gitlab-ci/container/debian/ |
| 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/glib/ |
| D | README.win32.md | 1 Chun-wei Fan `<fanc999@yahoo.com.tw>` 17 To build GLib on Win32, you can use either GCC ("MinGW") or the Microsoft 21 You can also cross-compile GLib for Windows from Linux using the 22 cross-compiling mingw packages for your distro. 31 compilation related to Win32 in GLib-using code: 33 - `G_OS_WIN32` is defined when compiling for native Win32, without 37 - `G_WITH_CYGWIN` is defined if compiling for the Cygwin 42 - `G_PLATFORM_WIN32` is defined when either `G_OS_WIN32` or `G_WITH_CYGWIN` 48 Additionally, there are the compiler-specific macros: 49 - `__GNUC__` is defined when using GCC or Clang [all …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|
| /third_party/icu/.ci-builds/ |
| D | .azure-pipelines.yml | 1 # Azure Pipelines (VSTS) configuration for CI builds for ICU. 4 #------------------------------------------------------------------------- 5 - job: ICU4J_OpenJDK_Ubuntu_1604 12 - checkout: self 15 - script: | 20 - script: | 21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep… 24 #------------------------------------------------------------------------- 25 - job: ICU4C_Clang_Ubuntu_1604 31 - checkout: self [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 35 sudo apt install autoconf autogen automake build-essential libasound2-dev \ 36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \ 37 libmpg123-dev pkg-config python 44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config 49 autoreconf -vif 50 ./configure --enable-werror 61 Unix Makefiles, Xcode projects and [many more](https://cmake.org/cmake/help/latest/manual/cmake-gen… 68 1. C99-compliant compiler toolchain (tested with GCC, Clang and Visual 75 2. ALSA development package under Linux to build sndfile-play utility [all …]
|
| D | CHANGELOG.md | 8 ## [1.2.0] - 2022-12-25 25 ## [1.1.0] - 2022-03-27 50 * New fuzzer for OSS-Fuzz, thanks @DavidKorczynski. 61 …tps://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#exporting-targets-from-the-… 83 * Use UTF-8 as internal path encoding on Windows platform. 87 On the Windows platform, the file path is always converted to UTF-8 and 88 converted to UTF-16 only for calls to WinAPI functions. 93 * Disable static builds using Autotools by default. If you want static 94 libraries, pass --enable-static to ./configure 99 * Typo in `programs/sndfile-convert.c`, thanks @fjl. [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 32 with Linux, FreeBSD, and OS X builds. 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | defconfig | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I$<path to libnl include files> 41 #LIBS += -L$<path to libnl library files> 52 #CFLAGS += -I/usr/local/include 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 16 compile_deps and @ref compile_options sections for GLFW-specific information. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 39 The C/C++ development environments in Visual Studio, Xcode and MinGW come with 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev` 56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to 60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev [all …]
|
| /third_party/mesa3d/docs/ |
| D | install.rst | 11 ----------------------------- 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 30 - GCC 4.2.0 or later (some parts of Mesa may require later versions) 31 - Clang - exact minimum requirement is currently unknown. 32 - Microsoft Visual Studio 2019 Version 16.11 or later and 38 - `Python <https://www.python.org/>`__ - Python 3.5 or newer is required. 39 - `Python Mako module <http://www.makotemplates.org/>`__ - Python Mako 41 - Lex / Yacc - for building the Mesa IR and GLSL compiler. 44 respectively, (or later) should work. On Windows with MinGW, install [all …]
|
12345678